https://apply.eclipseexpos.org/
-
Clone the repo
git clone https://github.com/Eclipse-Expos/apply.eclipseexpos.org.git
-
Install NPM packages
npm install
-
Run the database container
docker compose up database -d
-
Run prisma migrations
npx prisma migrate dev
-
Run the development server
npm run dev
Note: You will have to create a .env file from the template
-
Create a new feature branch
git checkout -b feature/AmazingFeature
-
Commit your changes
git commit -m 'feat: add some AmazingFeature'Remember to use semantic commits
-
Push to the branch
git push origin feature/AmazingFeature
-
Open a pull request to the
devbranch -
Associate the pull request with the relevant issue (if applicable)