CarletonComputerScienceSociety / code-project

Web application for hosting code challenges
0 stars 1 forks source link
svelte typescript


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