Skip to content

CarletonComputerScienceSociety/code-project

Repository files navigation


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