Need to add
Either download this repository as a zip or clone it.
- To clone this repoitory:
- Open your terminal
- Install Git(if you haven't already)
- Enter
git clone https://github.com/philipbankier/Blast-Radius-Calculator-App.git
- Navigate to project directory
- Open your terminal and enter
npm init
- To start the server enter
npm start
- Open a browser and enter http://localhost:5000
- Setting up project
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D