1.0.0 ā€¢ Published 4 months ago

@studio-helga/valculator-app v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

Ā 

valculator.io

:dart: About

Valculator is a free resource calculator for the game Valheim.

:sparkles: Features

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

:rocket: Technologies

The following tools were used in this project:

:white_check_mark: Requirements

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

:checkered_flag: 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>

:memo: License

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

Made with :heart: by Studio Helga

Ā 

Back to top