Skip to content

Commit

Permalink
Merge pull request #35 from farskid/master
Browse files Browse the repository at this point in the history
Development process and Styles issue
  • Loading branch information
cassidoo authored May 10, 2017
2 parents a5ac88d + 9868bd0 commit fd5d9a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.DS_Store
main.css
npm-debug.log
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@
A meter-based to-do list built with Electron, React, Redux, and LESS.

![todometer](assets/screenshot.png)

### Development

* Clone the repo via `git clone https://github.com/cassidoo/todometer.git`
* Go to the project directory and install dependencies: `cd todometer && npm install`
* Start developing by `npm start`. This will show an electron window with your application's build.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"repository": "github.com/cassidoo/todometer",
"scripts": {
"start": "electron .",
"start": "npm run build:less && electron .",
"build:less": "lessc styles/global.less main.css",
"package-mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/mac/icon.png.icns --prune=true --out=release-builds",
"package-win": "electron-packager . --overwrite --asar=true --platform=win32 --arch=ia32 --icon=assets/win/icon.png.ico --prune=true --out=release-builds --version-string.CompanyName=CE --version-string.FileDescription=CE",
Expand Down

0 comments on commit fd5d9a6

Please sign in to comment.