Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 693 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 693 Bytes

Project Portfolio

A portfolio of web development projects.

Technologies used:

  • Standards: HTML5, CSS3
  • Components: React, Redux, Material-UI, Vite

The projects are stored in data/projects.json. A sample file (data/projects.json.sample) is included.

The personal information is stored in a text file (data/author.txt) in encoded format. A sample file (data/author.txt.sample) is included.

Installation

To install, rename the data/projects.json.sample to data/projects.json and rename data/author.txt.sample to data/author.txt.

npm install

Development

Type: npm run start npm run dev

Build

Type: npm run build npm run preview