Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  - Create publish script
  - Delete package.lock.json from react-app dependencies
  - Update README.md
  • Loading branch information
davidsmorais committed Jan 14, 2019
1 parent 1df6532 commit f3378e9
Show file tree
Hide file tree
Showing 7 changed files with 9,902 additions and 3,237 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
paths:
- ~/.cache/yarn
# build step
- run: yarn pack-build
- run: yarn publish-app
# store binaries
- store_artifacts:
path: ./release/
Expand Down
38 changes: 27 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,36 @@
# Mdyna

### A note notification and productivity app.
[![CircleCI](https://circleci.com/gh/psybork/dyna.svg?style=svg)](https://circleci.com/gh/psybork/dyna)
### A notes app with Markdown support and code syntax highlighting
[![CircleCI](https://circleci.com/gh/mdyna/mdyna-app.svg?style=svg)](https://circleci.com/gh/mdyna/mdyna-app);

![Mdyna Logo](https://bytebucket.org/ravatar/%7B989d7431-213e-49fe-a3cb-f8902fb2992f%7D?ts=1764119)
[![Mdyna Logo](./resources/MdynaLogo.png)](https://mdyna.github.io)

_Built with React+Redux+Electron_

##### Main Features
### Main Features

- Write notes with markdown support
- Set up repeatable tasks with reminders
- Share notes through private links
- Dark/White theme
- Git Flavoured Markdown (GFM) support
- Code syntax highlighting for several languages
- Dark Mode
- Tag notes with labels

#### How to use (for now)
### Scripts

- Install dependencies
`yarn install-all`

- Start application
`yarn start`

- Build binaries
`yarn pack-build`

- Update Icons
`yarn create-icons`

- Pack ASAR
`yarn pack-asar`

- Publish App
`yarn publish-app`

- Clone this repo
- Open terminal and type `npm i && npm start`
Loading

0 comments on commit f3378e9

Please sign in to comment.