-
Install the Node Version specified in the
package.json -
Clone the Repo and
cdinto it -
Install Node dependencies via
npm install -
Copy the
.env.examplefile to.env -
Set all values in the
.envfile. 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
