Hyse Notes is an application for creating notes and organizing them into lists.
Follow the steps below to set up and run the project in your local environment.
-
Clone the repository:
Open your terminal and run the following command:
git clone https://github.com/luckasnix/hyse-notes-web.git
-
Navigate to the project directory:
cd hyse-notes-web
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open in your browser:
Open http://localhost:3000 in your browser to view the result.