Solution for a challenge from Devchallenges.io.
To build this repository you need to have Node.js installed and Git (optionally). You can also download a ZIP file above, without having to install git.
# Clone this repository
$ git clone https://github.com/ArdKr/Edie-homepage
# Install dependencies
npm install
# Build it
npm run build
# or run a live development version
npm start