These instructions will help you set up the project on your local machine for development and testing purposes.
-
Clone the repository:
git clone https://github.com/Rishon/personal-website cd personal-website
-
Install the dependencies:
npm install
/yarn install
/bun install
Create a .env.local
file and fill out the keys:
MAIL_HOST=
MAIL_USERNAME=
MAIL_PORT=465
MAIL_SECURE=true
MAIL_PASSWORD=
To start, run the following:
npm run dev
/ yarn run dev
/ bun run dev
To build, run the following:
npm run build
/ yarn run build
/ bun run build