Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 489 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 489 Bytes

Thargoid.Watch Website

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/

Development

  1. Clone the repo
  2. Create a .env file in the root directory
  3. Create the following two variables in the file (PORT=8080 and MODE=DEV)
  4. Open terminal in root directory
  5. Run npm i
  6. Start the server with npm start
  7. Open your browser to http://localhost:8080