A Minecraft Java server written in TypeScript!
Its just a small project that I work in my free time.
Right we still need to work on the foundations of the software
- You must have node installed on your computer. (version 17.7.0 or higher)
- You must have npm installed on your computer. (version 8.5.0 or higher)
First you want to install all the dev packages.
npm i
Then you want to compile the code.
npm run build
Once all that is done you can start the server!
npm start