lage/docs-beta
renovate[bot] 99f311b850
Update Docusaurus deps to v2.1.0 (#300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-16 16:40:35 -07:00
..
docs adding a docs-beta (#255) 2022-05-31 13:43:54 -07:00
src Implementing @lage-run/cache (#316) 2022-08-01 14:13:30 -07:00
static React flow (#303) 2022-07-21 19:17:12 +00:00
.gitignore adding a docs-beta (#255) 2022-05-31 13:43:54 -07:00
README.md adding a docs-beta (#255) 2022-05-31 13:43:54 -07:00
babel.config.js adding a docs-beta (#255) 2022-05-31 13:43:54 -07:00
docusaurus.config.js React flow (#303) 2022-07-21 19:17:12 +00:00
lage.config.js React flow (#303) 2022-07-21 19:17:12 +00:00
package.json Update Docusaurus deps to v2.1.0 (#300) 2022-09-16 16:40:35 -07:00
postcss.config.js Making docs-beta build & hooking up Netlify app for deploying previews (#272) 2022-06-14 15:26:29 -07:00
sidebars.js adding a docs-beta (#255) 2022-05-31 13:43:54 -07:00
tailwind.config.js React flow (#303) 2022-07-21 19:17:12 +00:00
tsconfig.json Update jest monorepo to v29 (major) (#346) 2022-09-16 03:53:50 +00:00

README.md

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

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.