Stefan Pejcic f41f74fc51 Update 0.1.md 1 year ago
..
blog 11b74a6bba Update 2024-2-26-openpanel-public-beta.md 1 year ago
docs f41f74fc51 Update 0.1.md 1 year ago
plugins 412eda7501 proba 1 year ago
src 9d225ad06d get rid of btn 1 year ago
static bea5e6e541 Add files via upload 1 year ago
versioned_docs 8496a83edb fork refine 1 year ago
versioned_sidebars 8496a83edb fork refine 1 year ago
.gitignore 8496a83edb fork refine 1 year ago
11111versions.json 8496a83edb fork refine 1 year ago
1111vercel.json a8ae5a84e6 Rename vercel.json to 1111vercel.json 1 year ago
README.md 8496a83edb fork refine 1 year ago
babel.config.js 8496a83edb fork refine 1 year ago
docusaurus.config.js 7bad5aa96d Update docusaurus.config.js 1 year ago
example-redirects.json 8496a83edb fork refine 1 year ago
package-lock.json 8496a83edb fork refine 1 year ago
package.json 8496a83edb fork refine 1 year ago
redirects.json 8496a83edb fork refine 1 year ago
sidebars.js eb5e63365f Update sidebars.js 1 year ago
tailwind.config.js 8496a83edb fork refine 1 year ago
tsconfig.json 8496a83edb fork refine 1 year ago
tutorial-units.js 8496a83edb fork refine 1 year ago

README.md

Website

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

Installation

yarn install

Local Development

yarn start

This command starts a local development server and open 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.