Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.26 KB

README.md

File metadata and controls

62 lines (37 loc) · 1.26 KB

Terrain-JS

A 2D terrain generator using simplex noise.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Installing

Clone the repo down to your machine

git clone https://github.com/tannerstephens/terrain-js

Install all dependencies

yarn install

Run the dev server

yarn start

Visit localhost:3000 and see it running!

Deployment

Build for production

yarn production

See the dist/ folder for static output files.

Built With

Authors

  • Tanner Stephens

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments