-
Install the Node Version specified in the
package.json
-
Clone the Repo and
cd
into it -
Install Node dependencies via
npm install
-
Copy the
.env.example
file to.env
-
Set all values in the
.env
file. This is already gitignored so don't worry about committing it. -
Run the dev server using
npm run dev
This project is licensed under the MIT license