Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lebogoo/terragenerator


https://github.com/lebogoo/terragenerator

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# TerraGenerator

### How to setup a development environment for this project:

1. Install [Node.js](https://nodejs.org/en/download/)
- I'm using version 18.17.1, but any relatively recent version should work
2. Install dependencies: `npm install`
3. Run the development server: `npm run dev`
4. Open the project in your browser: [http://localhost:5173](http://localhost:5173)

### How to build the project for production:

1. Run steps 1 and 2 from the previous section
2. Build the project: `npm run build`
3. Done! The build will be in the `dist` folder