www_docs_threefold_io/docs_website
2024-11-23 06:59:03 +03:00
..
docs Your commit message 2024-11-23 06:59:03 +03:00
src simplify css with removal of unneeded stuff 2024-11-22 20:27:17 -05:00
static update favicon 2024-11-20 17:58:11 -05:00
.gitignore added website to main 2024-08-24 08:53:09 -04:00
babel.config.js added website to main 2024-08-24 08:53:09 -04:00
docusaurus.config.ts remove search until it's public and algolia verifies and approves domain and fetches content 2024-11-22 16:42:03 -05:00
package-lock.json added website to main 2024-08-24 08:53:09 -04:00
package.json added mermaid support and mermaid graph in tokenomics 2024-08-26 22:50:40 -04:00
pnpm-lock.yaml Your commit message 2024-11-23 06:59:03 +03:00
README.md Update docs_website/README.md 2024-10-16 14:42:40 +00:00
sidebars.ts added website to main 2024-08-24 08:53:09 -04:00
tsconfig.json ... 2024-08-26 20:10:27 +02:00
yarn.lock added mermaid support and mermaid graph in tokenomics 2024-08-26 22:50:40 -04:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Docusaurus Documentation

To learn more about how to use Docusaurus, you can refer to the official documentation.