Skip to content

The source code for my personal website

License

Notifications You must be signed in to change notification settings

lewxdev/lewx.dev

Repository files navigation

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.