diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..b6f27f13 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +engine-strict=true diff --git a/README.md b/README.md index b0114a28..24a11773 100644 --- a/README.md +++ b/README.md @@ -19,5 +19,15 @@ npm ci npm run helper:add ``` +### Add a new helper + 👆 `npm run helper:add` will ask a few questions and create a file in `helpers/`. -Commit the changes and [open a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request). \ No newline at end of file +Commit the changes and [open a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request). + +### Run the project locally + +This project uses Vercel's routing configuration. The `/` route doesn't work locally. To start, navigate to `localhost:8080/home/` after running `npm run dev`. + +``` +npm run dev +```