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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

30822cf Â· Feb 21, 2024

History

34 Commits
Jan 12, 2024
Feb 21, 2024
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024
Jan 14, 2024
Dec 13, 2023
Jan 12, 2024
Jan 12, 2024
Dec 10, 2023
Jan 12, 2024
Jan 12, 2024
Dec 13, 2023
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024
Dec 13, 2023
Jan 12, 2024
Dec 9, 2023
Jan 12, 2024
Jan 12, 2024

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