Skip to content

sreehari2003/fossfolio

 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Empty Dash

About The Project

FossFolio is an open source web application for people to Find, Host and Manage Hackathons.


Table of Contents
  1. About The Project
  2. Getting Started

How to run locally

Install pnpm globally

npm i -g pnpm

Install all local dependencies

pnpm install

Install docker and run

docker compose up

Migrate prisma and seed the db

pnpm --filter api prisma migrate dev
pnpm --filter api db:seed

Run client and server

pnpm --filter web dev

pnpm --filter api nest:dev

Website Pages Showcase

Page 1 Page 2 Page 3 Page 3 Page 4 Page 5 Page 6 Page 6

(back to top)

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • JavaScript 1.1%
  • Other 0.5%