Stefan Pejcic 971973d9df Update 0.1.9.md 1 سال پیش
..
blog 11b74a6bba Update 2024-2-26-openpanel-public-beta.md 1 سال پیش
docs 971973d9df Update 0.1.9.md 1 سال پیش
plugins 412eda7501 proba 1 سال پیش
src b418e8efe0 Update top-announcement.tsx 1 سال پیش
static ad00b56fb6 [ImgBot] Optimize images 1 سال پیش
versioned_docs 8496a83edb fork refine 1 سال پیش
versioned_sidebars 8496a83edb fork refine 1 سال پیش
.gitignore 8496a83edb fork refine 1 سال پیش
11111versions.json 8496a83edb fork refine 1 سال پیش
1111vercel.json a8ae5a84e6 Rename vercel.json to 1111vercel.json 1 سال پیش
README.md 8496a83edb fork refine 1 سال پیش
babel.config.js 8496a83edb fork refine 1 سال پیش
docusaurus.config.js 4c860c27b9 Update docusaurus.config.js 1 سال پیش
example-redirects.json 64d3543f70 Update example-redirects.json 1 سال پیش
package-lock.json 8496a83edb fork refine 1 سال پیش
package.json 8496a83edb fork refine 1 سال پیش
redirects.json 8496a83edb fork refine 1 سال پیش
sidebars.js eb5e63365f Update sidebars.js 1 سال پیش
tailwind.config.js 8496a83edb fork refine 1 سال پیش
tsconfig.json 8496a83edb fork refine 1 سال پیش
tutorial-units.js 5f97cb946c Create tutorial-units.js 1 سال پیش

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.