Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mannuelf/mannuelferreira.com_nextjs
my personal website built in Next.js.
https://github.com/mannuelf/mannuelferreira.com_nextjs
Last synced: about 14 hours ago
JSON representation
my personal website built in Next.js.
- Host: GitHub
- URL: https://github.com/mannuelf/mannuelferreira.com_nextjs
- Owner: mannuelf
- Created: 2020-07-08T16:41:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T04:34:17.000Z (6 months ago)
- Last Synced: 2024-07-31T14:56:53.468Z (6 months ago)
- Language: MDX
- Homepage: https://www.mannuelferreira.com
- Size: 55.7 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
> Mannuel Ferreira
[www.mannuelferreira.com](https://www.mannuelferreira.com)
## Install dependencies
(optional) Install PNPM [here](https://pnpm.io/).
```bash
pnpm install
```### Local dev
Runs all build:css, typecheck and local dev server
```bash
pnpm start:dev
```or run scripts seperately
```bash
pnpm typecheck
``````bash
pnpm watch:css
``````bash
pnpm dev
```finally do a sanity with vercel dev
```bash
vercel dev
```