Skip to content

newellsfc39/cliff-effects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cliff Effects Tool UI

How to work on the tool on your local machine:

  1. Make sure you have Node.js installed (I used v6.11.1).
  2. Open the node command prompt and change into the directory that you want to clone the app to.
  3. Clone the repo to your local machine with git clone https://github.com/adanaher/cliff-effects.git.
  4. Change into the new app directory with cd cliff-effects.
  5. Change to the master branch with git checkout master.
  6. Install all necessary node packages with npm install. This might take a few minutes.
  7. Type npm start to run the app in your browser in dev mode. It is set up for live updating if you make changes to the code. I would also recommend getting the React Developer Tools extension for Chrome.
  8. Type Ctrl-C to stop the app from running.
  9. Type npm build to build a production version of the app.

Note that I also have it set up to deploy automatically to github pages with the command npm deploy.

About

A test of a UI for the Cliff Effects Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages