A simple Game for Simple Friends
made with typescript and love <3
you will need Node.Js version 17
You will also need Npm (node package manager)
npm i -D typescript
to install ts compiler
npm i -D ts-node
To install Optional package ts-node
npm i nodemon
To install Optional package nodemon
Nom i
to install required packages
you will be needing the Typescript Compiler (tsc)
run:
tsc
and the output should be in the dist folder
Nodemon src/index.ts
To run the application in production PLEASE DO THIS AFTER BUILDING
Node dist/index.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.