This is an attempt to bulid and design a simple personal website for myself.
- First install the dependencies by running
npm install
# or
yarn install
- Then run the server by running
npm run dev
# or
yarn dev
- Finally, open the browser to http://localhost:3000
This project was built using:
- Next.js
- CSS Modules
- React-Redux
- Most of the information can be edited by manipulating the JSON files in the
data
folder.