https://github.com/coder-abdo/furnitro
https://github.com/coder-abdo/furnitro
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coder-abdo/furnitro
- Owner: coder-abdo
- Created: 2024-04-20T12:22:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T18:53:53.000Z (about 1 year ago)
- Last Synced: 2025-01-14T11:58:20.314Z (6 months ago)
- Language: TypeScript
- Size: 52.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Furniro
A Furniture Store built in top of Next.js.
## Getting Started
First, Run the `install` Command:
```bash
npm install
# or
yarn
# or
pnpm install
# or
bun install
```Second, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Design
This template I found it across the `Figma` Website you can visit [here]()
## Techs:
- Next.js.
- Prisma.
- Turso.
- SQLite.
- TailwindCSS.