Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 554 Bytes

File metadata and controls

35 lines (22 loc) · 554 Bytes

just-be.dev

Welcome to my little corner of the internet. My site is build with Astro and themed after the TUIs that have inspired my whole career.

Setup

I use mise for managing development tools. If you don't have mise installed:

curl https://mise.run | sh

Then install the project dependencies:

mise install

Development

mise run dev

The site will be available at localhost:4321.

Building

mise run build

Deployment

This site is deployed to Cloudflare Workers.