Troubleshooting

Tips for anyone having trouble setting up the project

Module Not Found

If you get this error, it probably means you have some dependencies missing. To install them, try:

$ yarn

All dependencies should be listed in package.json, so please submit an issue if you've already tried this.

Once you've done that, run the project locally as usual and it should hopefully now work:

$ yarn dev

Last updated