Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
First release try
Browse files Browse the repository at this point in the history
  • Loading branch information
FallenAngel97 committed Mar 14, 2019
1 parent ae5cd6c commit 8934ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gh-pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ title: Dynosign
---

<p id='description'>Dynosign is the project, which aims to be the UI/UX tool for everyone. It is written in JavaScript, using React, Redux and Electron</p>
<img id='project_screen' src="/assets/images/screen.png">
<img id='project_screen' src="{{site.baseurl}}/assets/images/screen.png">
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "jest",
"test:watch": "jest --watch",
"build": "webpack --config webpack.prod.js",
"pack": "electron-builder --dir",
"pack": "electron-rebuild && electron-builder --dir",
"dist": "electron-builder"
},
"jest": {
Expand Down

0 comments on commit 8934ba4

Please sign in to comment.