Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 1.77 KB

readme.md

File metadata and controls

68 lines (48 loc) · 1.77 KB

Gravelmine Cards

Ask Me Anything ! TypeScript GitHub stars GitHub commits GitHub watchers Github last commit Discord

A simple Game for Simple Friends
made with typescript and love <3

Setup & installing packages

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

to build

you will be needing the Typescript Compiler (tsc)

run:

tsc

and the output should be in the dist folder

to run in developer mode

Nodemon src/index.ts

To run the application in production PLEASE DO THIS AFTER BUILDING

Node dist/index.js

Contributing

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.