Skip to content

Personal website. Built with Next.js, SCSS, Tailwind CSS.

Notifications You must be signed in to change notification settings

rasreee/rasreee.com

Repository files navigation

rasreee.com

💠 Personal website. Built with Next.js, SCSS, & Tailwind CSS.

image

Running Locally

This application requires Node.js v18.17+.

Clone the repository.

git clone https://github.com/rasreee/rasreee.com.git
cd rasreee.com

Create the .env file and set the required environment variables.

cp .env.example .env

Install dependencies and run the app.

pnpm install
pnpm dev