Skip to content

lord-benjamin/NanoNotes---Note-Taking-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NanoNotes---Note-Taking-Application

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.

Installation

  1. Clone the repository to your local machine.

    git clone https://github.com/lord-benjamin/NanoNotes---Note-Taking-Application.git
  2. Navigate to the project directory.

    cd NanoNotes---Note-Taking-Application
  3. Install the required dependencies using NPM.

    npm install

Starting the Development Server

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.

Extracting node_modules from Git Ignore

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:

  1. Install the required dependencies using NPM as described above.

  2. Install the npm-force-resolutions package globally using the following command:

    npm install -g npm-force-resolutions
  3. 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.

Contributing

If you'd like to contribute to this project, please fork the repository and submit a pull request.