### Workout Management Tool
-Tool for quickly and easily managing and keeping track of workouts.
\ No newline at end of file
+Tool for quickly and easily managing and keeping track of workouts.
+
+### To Do:
+- [ ] fix tests
+- [ ] fix scrolling css
\ No newline at end of file
"main": "workouts.min.js",
"scripts": {
"build": "webpack --config webpack.prod.config.js",
- "start": "webpack-dev-server --config webpack.dev.config.js",
+ "start": "webpack-dev-server --config webpack.dev.config.js --host 0.0.0.0",
"test": "nyc mocha --require @babel/register"
},
"repository": {