https://github.com/strml/test-again
https://github.com/strml/test-again
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/strml/test-again
- Owner: STRML
- Created: 2023-03-09T19:48:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T19:50:21.000Z (about 3 years ago)
- Last Synced: 2025-03-11T09:18:28.161Z (about 1 year ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test again
This project was generated by a Second Bot. Go to [www.second.dev](https://www.second.dev) to learn more.
## Getting Started
1) Install packages
```bash
npm install
```
2) Run the development server
```bash
npm run dev
```
3) Open [http://localhost:3000](http://localhost:3000) with your browser.
## Getting Started with Prisma Database
```bash
npx prisma generate
npx prisma migrate dev
```