A note-taking app that allows users to create, organize, and manage notes.
- Rich Text Editor
- Voice Notes
- Canvas Creation
- Clone the repository:
git clone [email protected]:cedricahenkorah/noted.git
- Navigate to the project directory:
cd noted
- Install dependencies:
-
web
cd web npm install
-
server
cd server npm install
Run the server and web in separate terminals.
-
Run the web (frontend)
cd web npm run dev
-
Run the server (backend)
cd server npm run dev
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "feat: Add some feature"
- Push to the branch:
git push origin feature-branch
- Open a pull request.