Open-Source Docusaurus Starter styled with Soft UI Design, an open-source design from Creative-Tim
- Actively supported by AppSeed.
Features
- π
Blazing Fast
- SEE Demo - β
Up-to-date dependencies
- β Docusaurus v2
- β
Modern UI: Soft UI Design,
Dark-Mode
- β
Versioned Content
- β
MIT License
, Free Support - βΉοΈ
SSR
(coming soon) - βΉοΈ
404 Events Reporting
EmailJS (coming soon)
- yarn
yarn
- npm
npm install
- pnpm
pnpm install
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
- yarn
yarn start
- npm
npm run start
- pnpm
pnpm run start
This command generates static content into the build
directory and can be served using any static contents hosting service.
- yarn
yarn build
- npm
npm run build
- pnpm
pnpm run build
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.
Using SSH:
- yarn
USE_SSH=true yarn deploy
- npm
USE_SSH=true npm run deploy
- pnpm
USE_SSH=true pnpm run deploy
Not using SSH:
Note: when prompted for password, enter personal access token.
- yarn
GIT_USER=<Your GitHub username> yarn deploy
- npm
GIT_USER=<Your GitHub username> npm run deploy
- pnpm
GIT_USER=<Your GitHub username> pnpm run deploy
- π Contact
AppSeed
using the support page - π Migrate from GitBook to Docusaurus -
step-by-step
guide
Docusaurus Soft Design - Free DOCS Starter
provided by AppSeed.