Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 801 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 801 Bytes

Edie Homepage solution

Solution for a challenge from Devchallenges.io.

Demo | Challenge

Built With

Usage

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

Contact