A note taking application created for programmers, by programmers. Initially created for a sophomore computer science course at Oakland University.
A working version of the web application can be viewed here:
http://the-programmers-notebook.herokuapp.com
Not currently in development.
Ensure that the meteor command line interface is installed on your local machine. See this for more details.
- Clone this repo on a local machine.
- Open your terminal and navigate to the projects root directory.
- Run
$ meteor
. - The project should open at
http://localhost:3000/
unless noted otherwise.
This project is currently deployed using Heroku. See this for additional information.
The following should only be used by a project collaborator.
- Clone this repo on a local machine.
- Open your terminal and navigate to the projects root directory.
- Ensure that you are on the master branch.
- Run
$ git push heroku master
- When web application is initially loaded, the user must select a file and switch between
markdown
andrich text
(In the upper right) for the content to load into the editor.
I plan to move away from the Meteor development environment, as it is far too opinionated.