NanoNotes is a sleek and powerful note-taking application that seamlessly captures and organizes your thoughts, ideas, and inspirations. Elevate your note-taking experience with NanoNotes and unlock the potential of enhanced organization, searchability, and productivity.
-
Clone the repository to your local machine.
git clone https://github.com/lord-benjamin/NanoNotes---Note-Taking-Application.git
-
Navigate to the project directory.
cd NanoNotes---Note-Taking-Application
-
Install the required dependencies using NPM.
npm install
To start the development server, run the following command in the project directory:
npm start
This will start the server and it will be accessible at http://localhost:3000
.
The node_modules
folder is typically included in the .gitignore
file to prevent it from being uploaded to the Git repository. However, if you want to extract the node_modules
folder, you can use the following steps:
-
Install the required dependencies using NPM as described above.
-
Install the
npm-force-resolutions
package globally using the following command:npm install -g npm-force-resolutions
-
Run the following command to extract the
node_modules
folder:npm-force-resolutions
This will extract the node_modules
folder to your local machine, but it will not be uploaded to the Git repository.
If you'd like to contribute to this project, please fork the repository and submit a pull request.