Skip to content

Commit

Permalink
Allow working on the correct version of react (#21)
Browse files Browse the repository at this point in the history
* node engine version included

* readme updated

* downloading css files fixed

* deleted backend/package-lock.json

* updated gitignore and delted client/package-lock.json
  • Loading branch information
nimit2801 authored Feb 12, 2021
1 parent 71aab74 commit c4f2324
Show file tree
Hide file tree
Showing 9 changed files with 95 additions and 18,668 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
client/node_modules/
client/yarn.lock
backend/node_modules
backend/package-lock.json
.vscode/
backend/temp
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ CSSify provides a solution to all these problems, by offering a rock solid base

Some developer skills. ;)

- Node Engine <=14.xx

## Demo Video & DevPost

You can watch the teaser and demo in the attached video.
Expand Down
1 change: 1 addition & 0 deletions backend/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
Loading

0 comments on commit c4f2324

Please sign in to comment.