First, fork and clone this repository.
ℹ️ This project uses
yarn
as a package manager, ifyarn
isn'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
npm
beware that there is nopackage-lock.json
so we can't guarantee the dependencies are the same for you.
Copy .env.local.sample
to .env.local
with:
cp .env.local.sample .env.local
We'll edit these values later, but the defaults are fine for now.
To run the local development server:
yarn dev
You should see your new site loaded in the browser!