https://github.com/nukeop/flashcards
https://github.com/nukeop/flashcards
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nukeop/flashcards
- Owner: nukeop
- Created: 2024-01-01T01:33:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T23:47:44.000Z (about 2 years ago)
- Last Synced: 2025-04-03T16:49:43.799Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://flashcards-one-omega.vercel.app
- Size: 2.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, 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.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Running database tests
#### Prerequisites
Install Supabase CLI.
#### Run tests
```bash
$ supabase db reset
$ npm run test:supabase
```