The Maroon's Games Page.
- Log in to our account on Amuse Labs and upload the .puz file.
- Click "Embed puzzle" and find the URL in the "src" field inside the HTML it gives you.
- In this Git repository, add a line to the end of the file data.json with the format
["YYYY-MM-DD", "{Crossword Title}", "{src URL}"]
Don't forget to add a trailing comma on the line before!
4. Commit the file change.
- Install
npm
(from node).
- Navigate to project's root directory (the one with
package.json
). - To start the dev server, enter
npm run dev
in the terminal.
The server is hotloading, meaning that it should automatically update upon changes made to the code. If this doesn't work, try the standard page refresh.
To deploy to Netlify, simply commit to the remote repository. Upon commit, Netlify will run yarn build && yarn export
and host the site using the outputted out
folder.