/lewx.dev

The source code for my personal website

Primary LanguageAstroMIT LicenseMIT

lewx.dev

The source code for my personal website lewx.dev.

Built with ❤️ and

Deployment

The website is hosted on Vercel and is automatically built and deployed on every merge into the main branch.

Like my other projects, this repository is also configured to require a pull request to merge changes into the trunk branch (based on the GitHub configuration guidelines for Graphite) This ensures changes are reviewed and before being deployed, and keeps a record of discussions and decisions made during the development process.

Development

After cloning the repository, run the following to start developing locally:

# install dependencies
bun install
# start the development server
bun dev
# open in the browser
open http://localhost:4321

© 2024-Present, lewx.dev is released under the MIT License and is maintained by @lewxdev.