Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/housebirdgames/creations-manager
- Owner: HousebirdGames
- Created: 2024-10-30T16:46:43.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T20:59:00.000Z (2 months ago)
- Last Synced: 2024-10-30T21:19:32.444Z (2 months ago)
- Language: JavaScript
- Homepage: https://housebird.games/creations-manager/
- Size: 32.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)