Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 796 Bytes

File metadata and controls

38 lines (23 loc) · 796 Bytes

ebenfrimpong.com

Development Setup

Prerequisites

  • Node.js v16
  • Package Manager (this project is using pnpm)

Setting Up a Project

  1. Clone this repository:

    $ git clone https://github.com/eben92/ebenfrimpong.com.git
  2. Install dependencies:

    $ pnpm install
  3. Create a .env.local file similar to .env.example.

  4. Start the development server:

    $ pnpm dev
  5. Open development site: http://localhost:3000.

Deployment

This project is deployed on Vercel.

ebenfrimpong.com