This is the source code for the CUPID website at https://cupid.dev.
This website's code is licensed under the Creative Commons Attribution 4.0 International Public License.
This site is built using Hugo. Once you have installed Hugo and its dependencies, then you should be able to run a local server by navigating to the root directory of this repo and entering:
$ hugo server
If all goes well then you should see:
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
This message gives you the URL to navigate to to see the CUPID website running locally.