diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-11-26 15:46:29 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-11-26 15:46:29 -0500 |
| commit | cb059c186fb13e80ae7b3c16749588d6772d7472 (patch) | |
| tree | 84626468e87509ca7d55ab38758a9fe1ebde7a20 /README.md | |
| parent | 5d38e8c780a38a3344c43be4fff5c717fcf8a736 (diff) | |
Template into single files
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ SRS Anywhere is free software: you can redistribute it and/or modify it under th SRS Anywhere is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with SRS Anywhere. If not, see <https://www.gnu.org/licenses/.>. +## Building + +Just run `make`. +The build process is very simple, it just tangles the CSS and JavaScript code into an HTML template using `sed`. + ## Usage Open `srs-anywhere.html` in a web browser and press the "Browse..." button in the top right-hand corner to load a deck of cards. |