Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 690 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 690 Bytes

Disclaimer⚠️

This project was developed for my university software engineering class final assessment. It may contain bugs and poorly written code. Proceed with caution. ☠️

Getting Started

Nomad is an AI assisted trip planner that helps you manage your trips

Clone the repository

git clone https://github.com/urdadx/nomad.git

Go into project directory

cd nomad

Install dependencies and packages. Make sure you have npm or yarn installed

npm install

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000/ with your browser to see the result.