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

https://github.com/continuedev/continuousai.com

Continuous AI
https://github.com/continuedev/continuousai.com

Last synced: 13 days ago
JSON representation

Continuous AI

Awesome Lists containing this project

README

          

# Continuous AI

Website for https://continuousai.com

## Getting Started

### Prerequisites

- Node.js 20.x or higher
- npm or yarn

### Installation

1. Clone the repository:
```bash
git clone
cd continuousai-com
```

2. Install dependencies:
```bash
npm install
```

3. Run the development server:
```bash
npm run dev
```

4. Open [http://localhost:3000](http://localhost:3000) in your browser

## Build

To create a production build:

```bash
npm run build
npm start
```

## Project Structure

```
continuousai-com/
├── app/
│ ├── components/
│ │ └── CursorTrail.tsx # Gaseous cursor trail effect
│ ├── globals.css # Global styles
│ ├── layout.tsx # Root layout
│ └── page.tsx # Home page
├── public/ # Static assets
├── package.json
├── tailwind.config.ts
└── tsconfig.json
```

## License

Apache License 2.0 - See [LICENSE](LICENSE) for details.

Copyright 2025 Continue Dev, Inc.

Powered by [Continue](https://continue.dev)