Skip to content

activitypods/openbadges.app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SemApps

OpenBadges.app

⚠️ Requires an ActivityPods provider running with this PR

Getting started

Requirements:

  • Node (v14 recommended)
  • Yarn

Launch

Create a .env.local file. This file is ignored by Git. Check the .env file and copy the env variables that you wish to change.

Then you can do:

yarn install
yarn start

Linking to SemApps packages

To modify packages on the SemApps repository and see the changes before they are published, we recommend to use yarn link.

cd /SEMAPPS_REPO/src/frontend
yarn run link-all
cd /THIS_REPO/frontend
yarn run link-semapps-packages

Additionally, frontend packages need to be rebuilt, or your changes will not be taken into account. You can use yarn run build to build a package once, or yarn run dev to rebuild a package on every change.