First, fork and clone this repository.
ℹ️ This project uses
yarnas a package manager, ifyarnisn't installed on your machine, open a terminal and runnpm install -g yarn
Install the project's dependencies:
yarn install⚠️ If you'd like to use
npmbeware that there is nopackage-lock.jsonso we can't guarantee the dependencies are the same for you.
Copy .env.local.sample to .env.local with:
cp .env.local.sample .env.localWe'll edit these values later, but the defaults are fine for now.
To run the local development server:
yarn devYou should see your new site loaded in the browser!