My Dynamic Portfolio built with NextJs and Sanity Check it out! How do i contribute to this? First clone or fork the repository to your desired enviroment Install dependencies yarn install # or npm Create a new .env file and write your data cp .env.example .env # Don't forget to add your variables to the file as they're required Run the development server yarn dev Or compile to a production build and start the server yarn build yarn start