feat: base pages and news fetching with cron job
This commit is contained in:
44
README.md
44
README.md
@@ -1 +1,43 @@
|
||||
# nextjs-hackernews
|
||||
## To do
|
||||
|
||||
Basics:
|
||||
|
||||
- Email templates
|
||||
- Subscribe email
|
||||
- Unsubscribe email
|
||||
- Newsletter email cron job
|
||||
- Cookiebot
|
||||
- Google Analytics
|
||||
- SEO
|
||||
|
||||
## Vercel basics
|
||||
|
||||
Install vercel cli
|
||||
|
||||
```bash
|
||||
yarn add -g vercel@latest
|
||||
```
|
||||
|
||||
Link to vercel
|
||||
|
||||
```bash
|
||||
yarn vercel:link
|
||||
```
|
||||
|
||||
Pull env variables from vercel
|
||||
|
||||
```bash
|
||||
yarn vercel:env
|
||||
```
|
||||
|
||||
Push Prisma schema to vercel
|
||||
|
||||
```bash
|
||||
yarn db:push
|
||||
```
|
||||
|
||||
Generate Prisma client
|
||||
|
||||
```bash
|
||||
yarn prisma:generate
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user