Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
bertieb
/
dice-roller
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
1
Oczekujące zmiany
0
Wydania
5
Wiki
Aktywność
Roll dice (eg Asphodice) and show outcomes
https://rpg.bertieb.org/dice-roller/
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
54
Commity
1
Gałąź
261 KiB
Drzewo:
af2fd9ed19
master
v0.3.5
v0.3.3
v0.3.0
v0.2.0
v0.1.3
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z 'af2fd9ed19'
${ noResults }
dice-roller
/
.gitignore
.gitignore
56 B
Czysty
Zwykły widok
Historia
Package info and ignores
3 lat temu
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 lat temu
1
2
3
4
5
*.js
node_modules/
package-lock.json
dist/
!gulpfile.js