gitmyhub

folio-2019

JavaScript ★ 4.7k updated 2y ago

The complete source code for Bruno Simon's 2019 personal portfolio website, a JavaScript project with a local dev server and production build step.

JavaScriptNode.jsnpmsetup: easycomplexity 2/5

This repository contains the source code for a personal portfolio website built in 2019 by the developer Bruno Simon. The README is nearly empty and provides only the commands needed to install and run the project locally.

It is a JavaScript project that uses Node.js as a development dependency. Running it locally requires installing dependencies with npm, then starting a local development server. A separate build command packages the project into a distributable folder. The README gives no description of what the portfolio looks like or what technologies power it beyond that setup information.

Where it fits