Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ymcheung/portfolio
- Owner: ymcheung
- Created: 2021-04-25T05:34:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T14:58:02.000Z (over 2 years ago)
- Last Synced: 2025-02-06T20:13:40.865Z (5 days ago)
- Topics: nextjs, portfolio, stitches, typescript
- Language: TypeScript
- Homepage: https://ymcheung.tw
- Size: 38.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```