Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinsun7/armani
Bet on your favorite sports like football and basketball, plus popular esports games. Enjoy live betting, a user-friendly interface, and secure transactions. Access our site on mobile for betting on-the-go. Join us today for exciting promotions and a thrilling betting experience!
https://github.com/justinsun7/armani
esports react redux-toolkit sport-betting tailwindcss
Last synced: about 1 month ago
JSON representation
Bet on your favorite sports like football and basketball, plus popular esports games. Enjoy live betting, a user-friendly interface, and secure transactions. Access our site on mobile for betting on-the-go. Join us today for exciting promotions and a thrilling betting experience!
- Host: GitHub
- URL: https://github.com/justinsun7/armani
- Owner: justinsun7
- License: mit
- Created: 2017-03-15T02:52:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T23:09:38.000Z (3 months ago)
- Last Synced: 2024-10-17T10:04:05.757Z (2 months ago)
- Topics: esports, react, redux-toolkit, sport-betting, tailwindcss
- Language: TypeScript
- Homepage: https://www.dpfat.com/
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README copy.md
- License: LICENSE
Awesome Lists containing this project
README
# Canari Solutions
---
## Overview
The project uses the following stack:
- Framework - [Next.js 13](https://nextjs.org)
- Styling - [Tailwind CSS](https://tailwindcss.com)
- Language - [TypeScript](https://www.typescriptlang.org)
- Dashboard Components - [Tremor](https://www.tremor.so)
- Material Tailwind - [MaterialTailwind](https://www.material-tailwind.com/docs/react/card)
- Icons - [HeroIcons](https://heroicons.com/)
- Auth - [NextAuth.js](https://next-auth.js.org)
- Deployment - [Vercel](https://vercel.com/docs/concepts/next.js/overview)## About this project
This project is built with Next.js App Router. This project aims to show how to use Next.js 13, Tailwind, RadixUI, NextAuth.js, Tremor.
## Getting Started
1. Install dependencies using npm:
```sh
npm install
```2. Copy `.env.example` to `.env.local` and update the variables.
```sh
cp .env.example .env.local
```3. Start the development server:
```sh
npm run dev
```## When running this project, you can add the following.
- Database - [PlanetScale](https://planetscale.com)
- ORM - [Prisma](https://prisma.io)and so on.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fthemanafov%2Fnextjs-dashboard-template)
## License
Licensed under the [MIT license](https://github.com/themanafov/nextjs-dashboard-template/blob/main/LICENSE).