/valculator

Primary LanguageTypeScriptOtherNOASSERTION

valculator

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Valculator is a free resource calculator for the game Valheim.

✨ Features

✔️ Create lists of items you want to craft;
✔️ Track your progress (how many materials gathered);
✔️ Share the list with your friends;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/charlotte-hues/valculator

# Access
$ cd valculator

# Use correct node version
$ nvm use

# Install dependencies
$ yarn

# Run the project
$ yarn dev

# The server will initialize in the <http://localhost:5173>

📝 License

This project is under license from Apache 2.0. For more details, see the LICENSE file.

Made with ❤️ by Studio Helga

 

Back to top