Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.36 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.36 KB

Websites

This is a bun monorepo for my personal websites. Everything is licensed under the MIT license, so feel free to use any of this for your own development as you see fit.

Included websites

Tech stack

Getting started

Login to vercel (you will need your own account, don't worry it's free to get started) bunx vercel login

Fetch secrets for all projects (you will need to change org_id and project_id in each package project.json) sh scripts/fetch-secrets.sh

Run a project bun w packagename serve