foomo-docs/foomo
2021-12-08 15:08:23 +01:00
..
blog hello foomo 2021-11-16 12:23:20 +01:00
docs feat: add initial spot-instance-node-pools.md description 2021-12-08 15:08:23 +01:00
src safe local storage access 2021-12-02 09:09:39 +01:00
static hello foomo 2021-11-16 12:23:20 +01:00
.gitignore hello foomo 2021-11-16 12:23:20 +01:00
babel.config.js hello foomo 2021-11-16 12:23:20 +01:00
docusaurus.config.js chore: add github actions to foomo, for automatic publishes 2021-12-08 14:58:20 +01:00
package.json hello foomo 2021-11-16 12:23:20 +01:00
README.md hello foomo 2021-11-16 12:23:20 +01:00
sidebars.js added general section 2021-12-02 11:26:59 +01:00
tsconfig.json hello foomo 2021-11-16 12:23:20 +01:00
yarn.lock hello foomo 2021-11-16 12:23:20 +01:00

Website

This website is built using Docusaurus 2, 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

$ GIT_USER=<Your GitHub username> USE_SSH=true 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.