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