Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 563 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 563 Bytes

codecamp-2020-snake

A simple snake game written in elm during code-camp 2020

Setting up

To start working you need npm installed, which is included when installing node. https://nodejs.org/en/download/

After installing node, go to the root directory of the project and type

$ npm install

and wait for elm and other tools to get installed

Running the project

to run the development server type

$ npm start

for other commands checkout the scripts sections of the package.json file. they can be called using the syntax npm run <command>.