Skip to content

PlatformOfTrust/marketing-app

Repository files navigation

Quality Gate Status

Build status

Marketing app

Installation

!NOTE: Recommended node version is 10.16.0. Use nvm to manage versions.

npm install yarn -g
yarn install

Development

Run project in dev mode by

npm run develop

Add license font-awesome

Check file .npmrc and replace token placeholder with a valid one

@fortawesome:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken=YOUR_TOKEN_HERE

(fort awesome isn't mistyped...)