Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/guti9sk/sphereal-ai
- Owner: Guti9sK
- Created: 2024-11-26T22:24:29.000Z (3 months ago)
- Default Branch: project-modifications
- Last Pushed: 2024-12-17T21:49:35.000Z (about 2 months ago)
- Last Synced: 2025-01-26T13:13:38.459Z (16 days ago)
- Topics: cva, fontawesome, framer-motion, landing-page, next14, tailwindcss, twmerge, typescript
- Language: TypeScript
- Homepage: https://sphereal-ai.vercel.app
- Size: 609 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.