Custom Participant Submission Interface & API
Production Site
Populate .env.*
files (in both /
and /client
), and remove the .example
extension
Use 2 separate terminals:
Server (/
):
npm install
npm run start
Client (/client
):
npm install
npm run dev
Visit http://localhost:8080/bulletin on your browser.