Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 577 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 577 Bytes

Code is a single page application for hosting code challenges. It fetches data from the Core service.


CI


# Start
yarn install
yarn run dev

Test

yarn run test

Lint

Article used: https://codechips.me/eslint-svelte-typescript/

yarn run lint

Storybook

yarn run storybook