Skip to content

Commit

Permalink
updated frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Metroxe committed Oct 27, 2019
1 parent dc44645 commit ec548ba
Show file tree
Hide file tree
Showing 10 changed files with 698 additions and 70 deletions.
206 changes: 190 additions & 16 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-scripts": "3.2.0",
"react-simple-code-editor": "^0.10.0",
"reactstrap": "^8.0.1",
"typescript": "3.6.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "npm run rebuild && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"rebuild": "npm remove colour-chisel && npm run build --prefix ../ && npm install ../"
},
"eslintConfig": {
"extends": "react-app"
Expand Down
Binary file added demo/public/colour_chisel_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ec548ba

Please sign in to comment.