Portfolio Page
A clean and simple portfolio template built with HTML, CSS and React.js.
Link can be found here. Contact email is admin@lindseyk.dev
Instructions
Setup
git clone https://github.com/codelikeagirl29/nextjs-profile.git
cd nextjs-profile
and then to install and view in browser.
npm install
npm run start
Install and run -
yarn
yarn start
How to use
- Open
./yourData.js
and make changes. - Build and deploy -
yarn build
yarn deploy