Skip to content

joshherkness/The-Programmers-Notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The programmers notebook

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.

Running the project

Ensure that the meteor command line interface is installed on your local machine. See this for more details.

  1. Clone this repo on a local machine.
  2. Open your terminal and navigate to the projects root directory.
  3. Run $ meteor.
  4. The project should open at http://localhost:3000/ unless noted otherwise.

Deploying the project

This project is currently deployed using Heroku. See this for additional information.

The following should only be used by a project collaborator.

  1. Clone this repo on a local machine.
  2. Open your terminal and navigate to the projects root directory.
  3. Ensure that you are on the master branch.
  4. Run $ git push heroku master

Current bugs

  • When web application is initially loaded, the user must select a file and switch between markdown and rich text (In the upper right) for the content to load into the editor.

Future plans

I plan to move away from the Meteor development environment, as it is far too opinionated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages