NateSpace-T

Projects Website Template

Projects Website Template is a simple React template for organizing and displaying personal projects.

Features

Prior to usage

  1. Change homepage to your homepage in the package.json file.
  2. Add your projects to /src/data/projects.json following the existing format.

Dev tools/Usage

  1. npm run dev: The website in a development environment.
  2. npm run preview: Preview the website in a production environment.
  3. npm run deploy: Deploys website to gh-pages.