Serverless personal website based on React, Styled Components and Next.js. Link: https://evgeny.dev
- Clone the repository:
- Using ssh token:
git clone [email protected]:Dzheky/evgeny.dev.git
- Using https:
git clone https://github.com/Dzheky/evgeny.dev.git
- Using ssh token:
- Go to folder
cd evgeny.dev
- Install yarn:
- MacOS:
brew install yarn
- Windows: go to link
- Linux:
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt update && sudo apt install yarn
- MacOS:
- Run
yarn && yarn dev
- Go to link
http://localhost:4000/
create .env
file in the project folder and add these environment variables:
Go to https://unsplash.com/oauth/applications and register the application, then use generated Access Key
To connect your YouTube please use this website https://developers.google.com/youtube/registering_an_application and then use the generated key
Go to https://www.last.fm/api/ then click on Get an API account
and register, after registration you will receive API key to use here
Register your application here https://stackapps.com/apps/oauth/register and then use the Key
Go to https://buttondown.email/settings and at the bottom of the screen you will see Your API Key
to be added...
to be added...