Welcome to my personal website! where I share my thoughts, projects, insights & blogs. Feel free to explore and get inspired
20.x
10.5.0
14.x
check
https://vercel.com/storage/postgresFollow these steps to run the project locally on your machine:
git clone https://github.com/BinarySenseiii/personal-website.git
cd personal-website
npm install
Create a .env.local
file based on the provided .env.example
file and fill in the necessary
variables.
OR you can skip this by modifying src/constants/env.ts
:
export const env = createEnv({
skipValidation: true,
server: {
// ...
},
})
It will skip the validation of environment variables. And you may notice that some functionalities will not work properly. But it's okay for learning.
Then generate prisma client:
npx prisma generate
npx migrate dev --name any
To run the app in development mode:
npm run dev
The app will be available at localhost:3000
.
This project is open source and available under the GPL3 License.
Design & Developed by ❤️