You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each post is pretty basic markdown file, rendered using gray-matter.
Posts can be hidden, and can have multiple authors.
I've tried to keep the design pretty consistent with the existing website, I think it looks ok but its basically dark-mode only.
Also removed bun support to have an obvious package manager for the project, mostly so vercel can pick it up.
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,19 +23,14 @@ pnpm install
23
23
pnpm dev
24
24
```
25
25
26
-
or
27
-
28
-
```bash
29
-
bun install
30
-
bun dev
31
-
```
32
-
33
26
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
34
27
35
28
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
36
29
37
30
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
38
31
32
+
**Note:** The deployment is managed by `pnpm`, so any dependency change should be managed by it and reflected in `pnpm-lock.yaml`.
33
+
39
34
## Learn More
40
35
41
36
To learn more about Next.js, take a look at the following resources:
0 commit comments