Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

journalio/journali-frontend

Repository files navigation

Frontend application for IPSENH

License:EUPL test frontend deploy frontend deploy storybook Dependabot Status Codacy Badge Codacy Badge

This is the repository containing the front end of the Journali application.

Component library

Getting started

First, you need to clone the repository

git clone git@github.com:wesleyklop/journali-frontend.git

Second, you need to install the dependencies:

yarn install

To start webpack watching your files:

yarn watch:dev

For other scripts, check the package.json file.
They are generally in the following format:

yarn $command:$type # Examples:
yarn lint:fix # Runs the linters in fix mode
yarn build:prod # Create production build

Building the docker image

docker build .