Docs
Installation on local machine

Installation on local machine

Just clone the GitHub repo and start writing your documentation.

  1. To get the boilerplate you should purchase the license and then you will be able to clone the repository.
git clone https://github.com/rusakovic-org/dofastdocs.git
  1. Recommended to configure .env files for NextJS and Supabase according to Environment variables docs before running the apps in dev mode.

  2. Install Docker Desktop for your operating system.

  3. Install pnpm package manager. Download it from pnpm website.

  4. Run NextJS project with command pnpm dev:web.

  5. Run Supabase project with command pnpm start:supabase.