Skip to content

dafnamargalit/dafna-site-updated

Repository files navigation

Welcome to the source code of my own personal website!

I created this website using NextJS by Vercel, a React-based Framework that utilizes server-side rendering in order to create a faster and higher quality user experience! And the fun, interactive starry background that moves with your mouse? I used three.js to create that!

Deployment

In order to deploy this website and host it, I used Vercels's hosting services, which are free! What's great about NextJS is the deployment is already set up AND it's hooked up to your GitHub Repository– so each commit is automatically deployed once pushed! So nice and easy!

Running it on your own

You want to use this code? No problem!

Run the following commands (make sure you have node and your package manager of choice):

git clone https://github.com/dafnamargalit/dafna-site-updated.git

cd dafna-site-updated

yarn install 

yarn run dev