/screfy.com

My personal website built with Next.js and TailwindCSS.

Primary LanguageTypeScriptOtherNOASSERTION

screfy.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/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.