Skip to content

yoo2001818/AheuiChem

Repository files navigation

AheuiChem

Build Status

Aheui code editor like SpaceChem

Screenshot:

Screenshot

Building

You need Grunt to build the project. First, install the dependencies with

npm install
npm install grunt-cli -g

Then, you can build the project with

grunt

After that, you'll be able to find build/index.html. Simply run that file on your browser.