Local Development
Neorepo is available to you as a GitHub template. To get started, click the "Use this template" button on the Neorepo repository
- Create a new repository from the template
- Clone your repository to your local machine
- Install dependencies with
yarn
- Start the development server with
yarn dev
Clone your repository
git clone https://github.com/<your-username>/<your-repo-name>.git
Install dependencies
yarn
Start the development server
yarn dev
Environment variables
While you can manually set up your environment variables, we recommend doing so via Vercel deployments and pulling your environment variables from there. This will allow you to keep management of your environment variables out of your codebase and in a secure location.