Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashesi-org/nomad-ai

An AI powered trip planning assistant🤖
https://github.com/ashesi-org/nomad-ai

ai nextjs trip-planning

Last synced: about 13 hours ago
JSON representation

An AI powered trip planning assistant🤖

Awesome Lists containing this project

README

        

## 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:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

### Open [http://localhost:3000/](http://localhost:3000/) with your browser to see the result.