Skip to content

collaboracode/2022website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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