Skip to content

The portfolio site for Element 43.

License

Notifications You must be signed in to change notification settings

element-43/website

Repository files navigation

Element 43 Website

The portfolio site for Element 43.

Table of contents

Development

1. Setting up the dev environment

  1. Install the dependencies:
npm install

2. Setting the environment variables

  1. Copy the .env.example into a .env file using:
cp -n .env.example .env
  1. Edit the values in the newly created .env file.

3. Running locally

  1. Start the web server:
npm start
  1. Navigate to http://localhost:${PORT} - replacing the ${PORT} value with the value from your .env file.

About

The portfolio site for Element 43.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages