ziprawan / personal_website

My personal website that created with next.js

Home Page:https://personal-website-ziprawan.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my personal website's source code that bootstrapped with create-next-app.

Dependencies

Development

  • 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)

Environment

You can see required environments from sample.env Rename or copy it to .env or .env.local

  • CONTENTFUL_ACCESS_TOKEN - Access token of contentful CDA
  • CONTENTFUL_SPACE_ID - Space ID of contentful's space

You can get access token from https://app.contentful.com > Your Space > Settings > API Keys

Bugs Report

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!

About

My personal website that created with next.js

https://personal-website-ziprawan.vercel.app

License:MIT License


Languages

Language:TypeScript 98.4%Language:JavaScript 1.2%Language:CSS 0.4%