Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lebogoo/terragenerator
https://github.com/lebogoo/terragenerator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lebogoo/terragenerator
- Owner: LeBogoo
- Created: 2024-02-18T01:36:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-28T23:52:14.000Z (10 months ago)
- Last Synced: 2024-02-29T00:40:31.384Z (10 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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