Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/housebirdgames/creations-manager

Manage your creations with this web app. Add, edit, and delete vehicles, and export your data as JSON. I created it to manage my builds in the game Stormworks.
https://github.com/housebirdgames/creations-manager

Last synced: about 2 months ago
JSON representation

Manage your creations with this web app. Add, edit, and delete vehicles, and export your data as JSON. I created it to manage my builds in the game Stormworks.

Awesome Lists containing this project

README

        

# Creations Manager

Manage your creations with this web app. Add, edit, and delete vehicles, and export your data as JSON. This project was created to manage builds in the game Stormworks. By default it uses my own data. Just click on "Clear Data" to start fresh.

## How to Run the Project

1. Navigate to the Birdhouse directory:
```sh
cd Birdhouse
```

2. Install the necessary dependencies:
```sh
npm install
```

3. Start the server:
```sh
node serve
```

4. The server will be running at:
```
http://localhost:4200/
```

## Framework

This project uses the Birdhouse framework.

For more information, visit: [birdhouse-js.com](https://birdhouse-js.com/)