This is the official GitHub for the TEM website, Open source, and available for anyone to contribute to.
Made using :
Express JS
Node JS
API Used :
To install navigate into the main folder and run the command :
> npm i
Create a .env file with a variable called :
SESSION_SECRET=[Your Secret Here]
This can be whatever you want
To run the website use the command:
> npm run dev
Or alternatively:
> node server.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.