Doctype but fix and extra styling
Number the test cases
Remove attribute that doesn't do anything
http://everest.cadence.moe:7337 - click that link to try it out.
(If the page doesn't load, contact me at https://cadence.moe/friends and I'll start it up for you.)
referrer-policy-test.rkt
(it's part of the cloned repo)no package suggestions are available [update catalog]
Click on [update catalog]
, then try clicking Run again.
packages that provide the missing module: [install]
Click on [install]
, then click Install
, wait for --- post-installing collections ---
, then try clicking Run again.
Your Web application is running at http://localhost:7337.
Great! Now just click http://localhost:7337 and you'll see the test page.
raco pkg install --auto --skip-installed req
(this installs the req
package, which is helpful for dependencies)raco pkg update --all
(this ensures all packages are up to date)raco req -d
(this installs any missing dependencies)racket referrer-policy-test.rkt
You will see this output: Your Web application is running at http://localhost:7337 . Now just click that link and you'll see the test page.