Prerequisites

Before you begin, make sure you have the following installed:

  • Node.js (LTS recommended)
  • Yarn
  • Git

Tip: If you don’t have Yarn installed yet, follow the official guide.

Install & run locally

# Clone the repo
git clone https://github.com/AntonWeigel/template.asaasin.dev.git
cd template.asaasin.dev

# Install dependencies
yarn install

# Start the dev server
yarn dev

# App runs at http://localhost:3000

That’s it - your project should now be running at http://localhost:3000

Next, let’s configure the required environment variables so everything works correctly.
Continue with Environment Variables.