Skip to content

Ashesi-Org/nomad-ai

Repository files navigation

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.

Releases

No releases published

Packages

No packages published