Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`