Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 576 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 576 Bytes

2023-06-13 - Discovered missing recaptha implementation -- Matt Resolved this


welcome form created -- need to add calcuation for classification and a submission form


Getting started


Environment variables that will need to be set

These environment variables should be in a file called .env.local in the projects root directory.

  • DISCORD_URL    which is for a discord webhook



Run dev

npm run dev

Run built version

first make a new build

npm run build

then run it

npm start