A detailed documentation of the specifications, including some tutorials on how to set up the project, can be found here. For the technical Javadocs, go here.
Clone the GitHub repository to your local machine using Git. Replace the repository URL with the correct one for your project.
git clone https://github.com/under-the-oaks/ColdCase-Server
dd ColdCase-ServerTo start the server locally, use the following command:
cd server
deno run --allow-net --allow-read main.tsOnce the server has started, the output should indicate that it is listening on port 8080.
