Skip to content

Commit

Permalink
Updated SCSS dependency, and Readme. User yarn instead of NPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
stylesuxx committed Dec 21, 2021
1 parent 77de080 commit 6537265
Show file tree
Hide file tree
Showing 3 changed files with 9,016 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ Check out the [LiftOff Track and Race Generator](https://stylesuxx.github.io/Lif
## Development
First make sure to install all the dependencies:

npm install
yarn install

Then run the development server:

yarn start
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,12 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"mocha": "^3.0.0",
"node-sass": "^3.7.0",
"node-sass": "^7.0.0",
"null-loader": "^0.1.1",
"phantomjs-prebuilt": "^2.1.7",
"react-addons-test-utils": "^15.0.1",
"rimraf": "^2.5.2",
"sass-loader": "^3.2.0",
"sinon": "^1.17.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack-dev-server": "^2.1.0-beta"
Expand Down
Loading

0 comments on commit 6537265

Please sign in to comment.