A site for the VIRT-EU to promote a design challenge. Available at https://designchallenge.virteuproject.eu
- Clone this repository
git clone [email protected]:openrightsgroup/virteu-design-challenge.git
- Install Node from https://nodejs.org/en
- Install Yarn from https://yarnpkg.com/en/docs/install
(You could use npm if you wanted to.) - Install Eleventy from https://www.11ty.io/docs/local-installation
- Run
yarn start
for a development server. Runyarn build
to build a static site.