zane.fun Repository hosting the code for my webpage zane.fun Development To set up your environment git clone https://github.com/zkharit/zane.fun cd zane.fun npm install To run the development server npm run dev Deployment To deploy npm run build npm run start