Skip to content

madeofpeople/debtcollective-home

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debt Collective Home

Website for our debt collective home page.

DEVELOPMENT

Define env variables. Client and server-side env variables. Check Gatsby docs to know more

cp env.sample .env.development

To install dependencies

yarn

To run the project

yarn start

We also use storybooks to showcase some of the UI

yarn storybook

Release

We are using semantic-release to manage our releases. To create a release you have to run yarn release.

CONTRIBUTING

Contributions are always welcome, no matter how large or small. Before contributing, probably you want to check the contributing page.

Packages

No packages published

Languages

  • TypeScript 92.8%
  • JavaScript 6.9%
  • Other 0.3%