/braintra

Platform to ask questions, share knowledge, debate & discuss things that matter with the world.

Primary LanguageJavaScript

Ask questions, share knowledge, debate & discuss things that matter with the world.

Note:
This project was build for the PlanetScale x Hashnode hackathon in July 2022.
Launch blog published on Hashnode — here.

Technologies used

Development

# Install dependencies
yarn

# Start development server
yarn dev

# Prettify all code & prisma schema
yarn format

# Migrate database changes
yarn prisma migrate dev

# Create production build & start server
yarn build && yarn start