A simple yet powerful notes app.
You need following tools to run this project:
- Node.js
- npm
- yarn
- Web Browser
Setup on your local computer by following these steps:
- Fork the repository
git clone https://github.com/<you-user-name>/just-notes.git
cd just-notes
npm install
npm start
The latest changes will be in master
branch. The deployed version of code will be in release
branch.
Check the following settings in your IDE:
editorconfig
plugin is installedeslint
plugin if required is installed and setup
PS: Your commit might fail if you don't adhere to the coding standards. Do configure your IDE with eslint
to avoid that trouble.
Follow these steps to contribute to this repository:
- Fork the repository
- Clone your forked repository
- Create a feature branch from
master
and work on it - Commit the changes to your feature branch
- Submit a PR to the
master
branch of this repository - People in the community can review your code (And so can you for other's PRs)
- Once approved, it will be merged with the
master
branch - On our release cycle, changes from
master
will be merged torelease
.
To raise an issue, please provide us with as much detail as possible.