Stefan Pejcic ba84dccb41 Update 0.1.7.md 1 rok temu
..
blog 11b74a6bba Update 2024-2-26-openpanel-public-beta.md 1 rok temu
docs ba84dccb41 Update 0.1.7.md 1 rok temu
plugins 412eda7501 proba 1 rok temu
src 9ea42e0c97 0.1.6 1 rok temu
static ad00b56fb6 [ImgBot] Optimize images 1 rok temu
versioned_docs 8496a83edb fork refine 1 rok temu
versioned_sidebars 8496a83edb fork refine 1 rok temu
.gitignore 8496a83edb fork refine 1 rok temu
11111versions.json 8496a83edb fork refine 1 rok temu
1111vercel.json a8ae5a84e6 Rename vercel.json to 1111vercel.json 1 rok temu
README.md 8496a83edb fork refine 1 rok temu
babel.config.js 8496a83edb fork refine 1 rok temu
docusaurus.config.js dac4441071 Update docusaurus.config.js 1 rok temu
example-redirects.json 64d3543f70 Update example-redirects.json 1 rok temu
package-lock.json 8496a83edb fork refine 1 rok temu
package.json 8496a83edb fork refine 1 rok temu
redirects.json 8496a83edb fork refine 1 rok temu
sidebars.js eb5e63365f Update sidebars.js 1 rok temu
tailwind.config.js 8496a83edb fork refine 1 rok temu
tsconfig.json 8496a83edb fork refine 1 rok temu
tutorial-units.js 8496a83edb fork refine 1 rok temu

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.