Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgmurillo10/notesapp
Next JS app to use GPT-powered assistants
https://github.com/jgmurillo10/notesapp
gpt next pocketbase react tailwind
Last synced: 26 days ago
JSON representation
Next JS app to use GPT-powered assistants
- Host: GitHub
- URL: https://github.com/jgmurillo10/notesapp
- Owner: jgmurillo10
- License: mit
- Created: 2023-08-07T21:44:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-04T20:36:19.000Z (3 months ago)
- Last Synced: 2024-08-04T22:19:19.290Z (3 months ago)
- Topics: gpt, next, pocketbase, react, tailwind
- Language: TypeScript
- Homepage: https://notes.juanmurillo.co/
- Size: 15.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
1. Pull env vars from vercel `vercel env pull .env.local`
2. Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```3. Open [http://localhost:3000](http://localhost:3000) with your browser to see
the result.## Deploy PocketBase
### Setup
https://github.com/pocketbase/pocketbase/discussions/537
## Testing
`npm run test`
Requisites:
- `npx playwright install`
`npm run test:e2e`