-
Notifications
You must be signed in to change notification settings - Fork 2
Home
FelipeFTN edited this page Jul 17, 2023
·
3 revisions
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. 😅
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!