This is my personal website's source code that bootstrapped with create-next-app
.
- Make sure you have yarn installed. Recommended using the yarn berry version.
- Clone/fork into any directory
- Install all dependencies using
yarn install
- Run
yarn dev
(default web port: 3000)
You can see required environments from sample.env
Rename or copy it to .env
or .env.local
CONTENTFUL_ACCESS_TOKEN
- Access token of contentful CDACONTENTFUL_SPACE_ID
- Space ID of contentful's space
You can get access token from https://app.contentful.com > Your Space > Settings > API Keys
Feel free to open an issue if you find any problem or bug from this project. That would be very helpful!
Any contribution(s) are welcome!