foomo-docs/foomo
2022-11-29 15:14:54 +01:00
..
blog feat: add bundle size post to blog 2022-03-17 11:38:28 +01:00
docs moved gocontentful to cms 2022-11-29 15:14:54 +01:00
src feat: set correct path for golang playgrounds 2022-02-17 22:10:03 +01:00
static feat: split actions to validate and publish 2022-01-11 14:46:24 +01:00
.gitignore feat: add bundle size post to blog 2022-03-17 11:38:28 +01:00
babel.config.js hello foomo 2021-11-16 12:23:20 +01:00
docusaurus.config.js docusaurus upgrade to 2.1.0 and sse minimal example added 2022-09-16 17:09:48 +02:00
package.json docusaurus upgrade to 2.1.0 and sse minimal example added 2022-09-16 17:09:48 +02:00
README.md hello foomo 2021-11-16 12:23:20 +01:00
sidebars.js added pm section 2022-01-12 10:42:17 +01:00
tsconfig.json hello foomo 2021-11-16 12:23:20 +01:00
yarn.lock docusaurus upgrade to 2.1.0 and sse minimal example added 2022-09-16 17:09:48 +02: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.