Blog and portfolio website.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Make sure you have the following installed:
- Bun - Fast all-in-one JavaScript runtime
- Node.js (optional if using Bun)
- Postgres
-
Clone the repo:
git clone https://github.com/VincentMukuna/byroncodes.git
-
Install dependencies using Bun
bun install
-
Copy the
.env.example
file to.env
and update the environment variablescp .env.example .env
-
Run the development server
bun dev
-
Your app should be running on http://localhost:3000
Feel free to submit pull requests or open issues to improve the site.