docs_tfgrid4/docs_website
2024-08-28 11:05:01 -04:00
..
docs added mermaid support and mermaid graph in tokenomics 2024-08-26 22:50:40 -04:00
src added crisp access 2024-08-26 23:28:34 -04:00
static added crisp access 2024-08-26 23:28:34 -04: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 deleted blogs, added search algolia 2024-08-28 11:05:01 -04: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
README.md added website to main 2024-08-24 08:53:09 -04: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.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.