/nextjs-profile

A simple & minimal NextJS site for viewing a developer's projects, skills & even a blog!

Primary LanguageJavaScript

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

nextjs

tailwindcss

react

font-awesome

lindseyk (1)

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