Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makinox/fast-note
https://github.com/makinox/fast-note
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/makinox/fast-note
- Owner: makinox
- Created: 2023-08-17T21:29:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-19T17:10:56.000Z (over 1 year ago)
- Last Synced: 2024-04-15T02:18:42.546Z (8 months ago)
- Language: TypeScript
- Homepage: https://fast-note.vercel.app
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fast note ⚡️
An app to show tRPC powers
## Used
- React
- NextJs
- tRPC
- Typescript
- Tailwind
- Daisy Ui## Preview
![Image](./preview.png)
## Getting Started
1. Install dependencies
2. Prepare the local database
```bash
npx prisma generate
npx prisma db push
```3. Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.