This README outlines the details of our work on Bartleby, an Ember - Electron desktop application for note taking, with built in markdown editing functionality, and the ability to publish notes as a Gist.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.
- Users can create, read, edit, and delete notes.
- Users are also able to login via simple OAuth.
- Users can live preview the rendered HTML as you write Markdown
- Users can also publish their notes as a gist linked with their GitHub account
- All files are saved to the User's filesystem