/sitemate-test

Primary LanguageJavaScript

Sitemate Test

It's a simple static site. You can run it with any HTTP server. For example:

// Python 3
python -m http.server
// Node
npm install http-server -g
http-server

Then just localhost:{PORT} in your browser.