Grizzly is a web-based Markdown editor for note-taking, journaling, and much more. It is built with a React frontend, an Express.js/Node.js backend, a GraphQL API, and a MongoDB database. The web application is located at project-grizzly.pages.dev and hosted with Cloudflare Pages.
git clone https://github.com/brycepollack/project-grizzly
cd project-grizzly
npm i # Running client locally
cd project-grizzly/client
npm run start# Running server locally
cd project-grizzly/server
npm run dev- Fork it (https://github.com/brycepollack/project-grizzly/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new pull request