Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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🤖
- Host: GitHub
- URL: https://github.com/ashesi-org/nomad-ai
- Owner: Ashesi-Org
- Created: 2023-11-26T16:19:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T11:09:51.000Z (about 1 year ago)
- Last Synced: 2025-01-13T04:44:29.230Z (about 13 hours ago)
- Topics: ai, nextjs, trip-planning
- Language: JavaScript
- Homepage: https://nomad-ai.vercel.app
- Size: 20.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.