Skip to content

VincentMukuna/byroncodes

Repository files navigation

Byron Codes V2

Blog and portfolio website.

Getting Started

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.

Prerequisites

Make sure you have the following installed:

  • Bun - Fast all-in-one JavaScript runtime
  • Node.js (optional if using Bun)
  • Postgres

Installation

  1. Clone the repo:

    git clone https://github.com/VincentMukuna/byroncodes.git
  2. Install dependencies using Bun

    bun install
  3. Copy the .env.example file to .env and update the environment variables

    cp .env.example .env
    
  4. Run the development server

    bun dev
    
  5. Your app should be running on http://localhost:3000

Contributing

Feel free to submit pull requests or open issues to improve the site.