Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ymcheung/portfolio

I built this portfolio on Next.js and Stitches
https://github.com/ymcheung/portfolio

nextjs portfolio stitches typescript

Last synced: 1 day ago
JSON representation

I built this portfolio on Next.js and Stitches

Awesome Lists containing this project

README

        

# Yuming’s Portfolio

https://ymcheung.tw

I built this portfolio

I built this portfolio on Next.js and Stitches

Built this portfolio

I built this portfolio on Next.js and Stitches

---
## Setup
```
// mkcert
brew install mkcert
mkcert -install
mkcert 0.0.0.0
Move .pem files to ./https_cert
cp server.sample.js server.js

// env variables for local development
cp .env.sample .env.development
```
---
## Start Local Server
```
yarn dev
```