Skip to content
FelipeFTN edited this page Jul 17, 2023 · 3 revisions

Introduction

Hello There! Welcome to the Warfrost wiki! Here I will try to teach you the basics of how to play, run, develop and test Warfrost! 🚀 This wiki will be in progress, along with the game development, please be patient. 😅

How to run the game (Locally)

First, you will need some requirements:

  • Rust & Cargo
  • Nodejs & Typescript
  • Docker
  • Willpower

For now, it's pretty simple, back-end stuff will be at the backend directory, and front-end stuff will be at frontend directory. 😃 👍 Want to create the containers and run everything all-in-one? Go to the docker directory (cd ./docker) and run sh warfrost-init.sh. It should do the job!

Clone this wiki locally