screfy / screfy.com

My personal website built with Next.js and TailwindCSS.

Home Page:https://screfy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My personal website built with Next.js and TailwindCSS.

https://screfy.com

License:Other


Languages

Language:TypeScript 83.2%Language:MDX 9.7%Language:JavaScript 4.9%Language:CSS 2.1%