Docs
Installation on local machine
Installation on local machine
Just clone the GitHub repo and start writing your documentation.
- To get the boilerplate you should purchase the license and then you will be able to clone the repository.
-
Recommended to configure
.env
files for NextJS and Supabase according to Environment variables docs before running the apps in dev mode. -
Install Docker Desktop for your operating system.
-
Install
pnpm
package manager. Download it from pnpm website. -
Run NextJS project with command
pnpm dev:web
. -
Run Supabase project with command
pnpm start:supabase
.