Securing the Realm website.
This workflow runs daily and deploys only when the fetched XML feed has changed.
To get started with this template, first install the npm dependencies:
npm install
Next, run the development server:
npm run dev
Finally, open http://localhost:3000 in your browser to view the website.
Run the test suite:
npm test
Or run tests in watch mode during development:
npm run test:watch
The underlying site template is produced based on the Tailwind Plus license. All other code is MIT licenced. Apple Podcasts icon provided by Simple Icons via react-icons under CC0 1.0. Content is released under CC BY-SA 4.0 Attribution-ShareAlike 4.0 International https://creativecommons.org/licenses/by-sa/4.0/.
To learn more about the technologies used in this site template, see the following resources:
- Tailwind CSS - the official Tailwind CSS documentation
- Next.js - the official Next.js documentation