Table of Contents
This is a school project.
You can skip this section and simply use the live demo. If you insist on running the project locally, follow these simple steps.
- Node 20
- Clone the repo
git clone https://github.com/n00bbs/shootingclub.git
- Install NPM packages
npm ci
- Start the backend and frontend server
npx turbo run start --scope api
npx turbo run start --scope web
- Open this link in your browser
http://localhost:4200
Distributed under the GPLv3 License. See LICENSE
for more information.