/apprenticeship-template-page

Harbour.Space Frontend Challenge - Microinteractions

Primary LanguageSvelte

Table of contents

General info

Harbour.Space Frontend Challenge - Microinteractions

Technologies

Project is created with:

Setup

To run this project, install it locally using npm:

  1. Add .env file to the root directory. And inside the .env add this line.
API_URL= // Harbour space api url
  1. Exute these commands
$ npm install
$ npm run dev