/journal

Clarisights Journal

Primary LanguageJavaScriptMIT LicenseMIT

Journal

Clarisights Journal

A space where our team’s thoughts and explorations are logged in. We regularly jot down about our projects, product updates, business; breaking down our processes and findings to share them with you.

Development

We use prismic as to host our content so you'd need an API key to pull content from there. Ask someone on the team for it.

Once you have it:

mv .env.sample .env
# Add the key in the .env file
yarn && yarn dev