This is a frontend prototype built to test a single sign-on (SSO) portal where users can access core Sport Wales services. This is a beta test built and not to be treated as a final Sport Wales product. View the live deployed site.
- Bootstrap: used for frontend layouts and components, accessed via CDN in the
<head>
of HTML files. - Nunjucks: used for templating HTML, installed via node
$ npm install nunjucks
, see documentation on installation for further information. - easepick: used for calendar picking on a form input, accessed via node
$ npm install @easepick/bundle
.