]>
author | Ruben Beltran del Rio <redacted> | |
Sun, 12 Dec 2021 19:47:13 +0000 (20:47 +0100) | ||
committer | Ruben Beltran del Rio <redacted> | |
Sun, 12 Dec 2021 19:47:13 +0000 (20:47 +0100) | ||
commit | c0d27c055055f4aada0a96b779e0bd661347160c | |
tree | 7fe4dea3b7328d7b15305f21e3e295405786ff88 | tree |
parent | da393520c4a1b33bffdfe26974e817f2c65267d3 | commit | diff |
.eslintrc.cjs | [new file with mode: 0644] | blob |
.gitignore | diff | blob | blame | history | |
.gitlab-ci.yml | [new file with mode: 0644] | blob |
Dockerfile | [new file with mode: 0644] | blob |
Makefile | [new file with mode: 0644] | blob |
docker-compose.yml | [new file with mode: 0644] | blob |
env.dist | [new file with mode: 0644] | blob |
ext/index.html | [deleted file] | blob | blame | history |
ext/words.tab | [deleted file] | blob | blame | history |
jsconfig.json | [new file with mode: 0644] | blob |
lib/Conjugator.js | [deleted file] | blob | blame | history |
lib/InsultGenerator.js | [deleted file] | blob | blame | history |
package-lock.json | diff | blob | blame | history | |
package.json | diff | blob | blame | history | |
scripts/mime.types | [new file with mode: 0644] | blob |
scripts/upload.sh | [new file with mode: 0644] | blob |
src/app.html | [new file with mode: 0644] | blob |
src/global.d.ts | [new file with mode: 0644] | blob |
src/lib/components/insult.svelte | [new file with mode: 0644] | blob |
src/lib/components/new_insult.svelte | [new file with mode: 0644] | blob |
src/lib/grammar.js | [new file with mode: 0644] | blob |
src/lib/stores/insults.js | [new file with mode: 0644] | blob |
src/routes/[insult].svelte | [new file with mode: 0644] | blob |
src/routes/index.svelte | [new file with mode: 0644] | blob |
static/data/nouns.json | [new file with mode: 0644] | blob |
static/data/verbs.json | [new file with mode: 0644] | blob |
static/global.css | [new file with mode: 0644] | blob |
svelte.config.js | [new file with mode: 0644] | blob |