screfy.com

May 7, 2025 ยท View on GitHub

Development Setup

Prerequisites

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

Setting Up a Project

  1. Clone this repository:

    $ git clone https://github.com/screfy/screfy.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.

Contents

  1. 1Development Setup
  2. 1.1Prerequisites
  3. 1.2Setting Up a Project
  4. 2Deployment