Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
bertieb
/
dice-roller
Segui
1
Vota
0
Forka
0
Codice
Problemi
1
Pull Requests
0
Rilasci
5
Wiki
Attività
Roll dice (eg Asphodice) and show outcomes
https://rpg.bertieb.org/dice-roller/
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
21
Commit
1
Ramo (Branch)
261 KiB
Albero (Tree):
75385132a9
master
v0.3.5
v0.3.3
v0.3.0
v0.2.0
v0.1.3
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da '75385132a9'
${ noResults }
dice-roller
/
.gitignore
.gitignore
56 B
Originale
Vista normale
Cronologia
Package info and ignores
3 anni fa
Add gulp for automated builds & Boostrap for FE Can now build all with 'gulp' (if gulp-cli installed) Big commit. Breakdown: - .gitignore includes gulpfile.js (otehrwise excluded) - gulpfile sets up build steps + browsersync - src/ files for FE (stub for now) - moved ts to src/ for consistency - update tsconfig with new paths - package.json lists new reqs
3 anni fa
1
2
3
4
5
*.js
node_modules/
package-lock.json
dist/
!gulpfile.js