Kadoosje API is the API supporting the Kadoosje webapp.
This repository has been archived on 2026-06-11. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 83.5%
  • HTML 16.5%
Find a file
2021-12-13 18:04:50 +01:00
spec Basic workings; gotta fix some stuff still tho 2021-12-13 17:59:00 +01:00
src Basic workings; gotta fix some stuff still tho 2021-12-13 17:59:00 +01:00
.gitignore Git ignore 2021-12-13 18:01:34 +01:00
build.ts Initial commit 2021-12-13 13:00:23 +01:00
LICENSE License and readme 2021-12-13 18:04:50 +01:00
package.json License and readme 2021-12-13 18:04:50 +01:00
README.md License and readme 2021-12-13 18:04:50 +01:00
tsconfig.json Initial commit 2021-12-13 13:00:23 +01:00
tsconfig.prod.json Initial commit 2021-12-13 13:00:23 +01:00
yarn.lock Basic workings; gotta fix some stuff still tho 2021-12-13 17:59:00 +01:00

kadoosje

Project setup

yarn install

Compiles and hot-reloads for development

yarn start:dev

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint