What better way to keep track of our Eve Online membership than an entire website.
All changes and features should be done through a feature branch. You have to create a new branch, commit the changes on that branch, then make a Pull Request when finished and ask for code review. Make sure the tests pass and make sure the feature works by testing manually.
- TypeScript
- Express
- MongoDB (mongoose ODM)
- Vitest
- TypeScript
- React
- TanStack Query
- Tailwind CSS
- Vitest
- Cypress
# Clone the project
git clone [email protected]:LatridellActiveX/Medorium-Roster.git
# then go into the Medorium-Roster directory
cd Medorium-Roster
NOTE: you don't have to generate a key in development
# go into api directory
cd api
# copy .env.example -> .env
# on windows:
copy .env.example .env
# on linux:
cp .env.example .env
# after cd'ing into frontend/ and api/ directories individually
npm install
npm run dev