Skip to content

sethdivyansh/Prepathon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterIIT 2024 Prepathon

Setup

The repository is in a monorepo format. The packages directory contains the two parts: prepathon-frontend and prepathon-backend. The frontend is a React app and the backend is a Hono.js app.

  • First bun install in the root directory to install the dependencies.

  • Then in packages/prepathon-backend, run bun run migration:local to setup the database.

  • And then in packages/prepathon-backend, add the .dev.vars file (send me a message).

  • Then from the root directory, run bun run dev to start both the backend and frontend.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.0%
  • JavaScript 3.4%
  • CSS 2.2%
  • HTML 0.4%