Personal website made using React.
Currently used only for my private image hosting.
Make sure you have depencies installed with npm install and then run the project with npm start
Make sure you have depencies installed with npm install, then build the project
npm run build.
Running can be done with Serve:
Install: npm install -g serve
Serve: serve -s -l 3000 build