Thargoid watch is a website design to display information from the Sentry.api Thargoid Tracking system.
This website's live version can be found at https://www.thargoid.watch/
- Clone the repo
- Create a .env file in the root directory
- Create the following two variables in the file (PORT=8080 and MODE=DEV)
- Open terminal in root directory
- Run
npm i
- Start the server with
npm start
- Open your browser to http://localhost:8080