Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shivah12/rumo

Rumo is a website built with Next.js and TypeScript, featuring interactive visualizations created with Spline.
https://github.com/shivah12/rumo

3d nextjs nextjs-landing-page spline typescript

Last synced: 12 days ago
JSON representation

Rumo is a website built with Next.js and TypeScript, featuring interactive visualizations created with Spline.

Awesome Lists containing this project

README

        

# Rumo

Rumo is an AI-powered sales optimization tool that provides data-driven insights to boost sales performance. This project showcases Rumo's features and pricing.

## Table of Contents

- [Tech Stack](#tech-stack)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Tech Stack

- Next.js
- TypeScript
- Spline

## Installation

To run this project locally, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/your-username/rumo.git
```

2. Navigate to the project directory:

```bash
cd rumo
```

3. Install dependencies:

```bash
npm install
```

4. Start the development server:

```bash
npm start
```

## Usage

Visit the [live demo](https://rumo.vercel.app/) to explore Rumo's features, including:

- Homepage showcasing Rumo's capabilities.
- About section providing information about the project.
- Pricing section detailing subscription plans and benefits.

## Contributing

Contributions are welcome! Please follow these guidelines when contributing to the project:

- Fork the repository.
- Create a new branch: `git checkout -b feature-branch`
- Make your changes and commit them: `git commit -m 'Add new feature'`
- Push to the branch: `git push origin feature-branch`
- Submit a pull request.

For major changes, please open an issue first to discuss potential changes.

## License

This project is licensed under the [MIT License](LICENSE).
```