Stefan Pejcic d8d4ee2f16 Update index.tsx 1 年之前
..
docs 3a909e1c55 Update openadmin.md 1 年之前
plugins 412eda7501 proba 1 年之前
src d8d4ee2f16 Update index.tsx 1 年之前
static 181d207259 new icon 1 年之前
versioned_docs 8496a83edb fork refine 1 年之前
versioned_sidebars 8496a83edb fork refine 1 年之前
.gitignore 8496a83edb fork refine 1 年之前
11111vercel.json acc0f0d74f Rename vercel.json to 11111vercel.json 1 年之前
11111versions.json 8496a83edb fork refine 1 年之前
README.md 8496a83edb fork refine 1 年之前
babel.config.js 8496a83edb fork refine 1 年之前
docusaurus.config.js 7bad5aa96d Update docusaurus.config.js 1 年之前
example-redirects.json 8496a83edb fork refine 1 年之前
package-lock.json 8496a83edb fork refine 1 年之前
package.json 8496a83edb fork refine 1 年之前
redirects.json 8496a83edb fork refine 1 年之前
refine-new.md 8496a83edb fork refine 1 年之前
sidebars.js 893fd15f14 rm probo from sidebar 1 年之前
tailwind.config.js 8496a83edb fork refine 1 年之前
tsconfig.json 8496a83edb fork refine 1 年之前
tutorial-units.js 8496a83edb fork refine 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.