Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivah12/nextbot
Nextbot is a website built with Next.js and TypeScript, featuring interactive visualizations created with Spline.
https://github.com/shivah12/nextbot
3d nextjs nextjs-template nextjs-typescript spline typescript
Last synced: 12 days ago
JSON representation
Nextbot is a website built with Next.js and TypeScript, featuring interactive visualizations created with Spline.
- Host: GitHub
- URL: https://github.com/shivah12/nextbot
- Owner: shivah12
- License: mit
- Created: 2024-06-10T07:17:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T16:12:09.000Z (5 months ago)
- Last Synced: 2024-06-13T12:23:43.976Z (5 months ago)
- Topics: 3d, nextjs, nextjs-template, nextjs-typescript, spline, typescript
- Language: TypeScript
- Homepage: https://nextbot-five.vercel.app
- Size: 601 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## nextbot
Nextbot is a landing page developed to understand Spline model integration in NextJs project, the page layouts and design by using TailwindCSS, along with using Typescript.
## 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/nextbot.git
```2. Navigate to the project directory:
```bash
cd nextbot
```3. Install dependencies:
```bash
npm install
```4. Start the development server:
```bash
npm start
```## Usage
Visit the [live demo](https://nextbot-five.vercel.app/) to explore nextbot's features, including:
- Homepage showcasing nextbot'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).
```