The portfolio site for Element 43.
- Install Node.js
- Install the dependencies:
npm install- Copy the
.env.exampleinto a.envfile using:
cp -n .env.example .env- Edit the values in the newly created
.envfile.
- Start the web server:
npm start- Navigate to
http://localhost:${PORT}- replacing the${PORT}value with the value from your.envfile.