A website for tracking VATSIM controller callsigns written in SvelteKit
-
After cloning, edit the .env.example with your config. Information on VATSIM OAuth can be found @ https://vatsim.dev/api/connect-api/vatsim-connect-api as the site uses VATSIM for login and does not implement any username/password auth.
-
Install dependcies with npm
$ npm i
- Generate Prisma client API
$ npx prisma generate
- Run the project
$ npm run dev
You can also build the project and run it with Node, this is ideal for any production setup
$ npm run build && node build/
This project is released under the MIT License - see the LICENSE. file for details.
Contributions are welcome, feel free to fork the project and submit a PR. This project follows the Contributor Covenant Code of Conduct, by participating you are expected to follow it.
Thank you for your contributions!