Skip to content

tamu-datathon-org/bulletin

Repository files navigation

Bulletin

Custom Participant Submission Interface & API
Production Site

Powered by Vercel

📌 Local Usage

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.