Skip to content

redpangilinan/rdev.pro

Repository files navigation

rdev.pro

My personal website built with Next.js.

Local Installation

First, install the dependencies:

npm i
# or
pnpm i

Then, run development server:

npm run dev
# or
pnpm run dev

Finally, create a local env file. Refer to .env.example.

Open http://localhost:3000 with your browser to view the app.

License

This project is licensed under the MIT License - see the LICENSE file for details.