Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guti9sk/sphereal-ai

AI SaaS Landing Page.
https://github.com/guti9sk/sphereal-ai

cva fontawesome framer-motion landing-page next14 tailwindcss twmerge typescript

Last synced: 16 days ago
JSON representation

AI SaaS Landing Page.

Awesome Lists containing this project

README

        

# Sphereal-AI Landing Page

![SpherealLanding](src/assets/images/sphereal.webp)

This project is based on the AI SaaS landing page starter template provided by Frontend Tribe, and I followed their tutorial to complete the development of the site.

## Getting Started

First, install the dependencies:

```bash
npm install
# or
yarn
# or
pnpm install
```

Then, run the development server:

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

Open the provided URL with your browser to see the result and start coding along with the video tutorial.