k / onlinestopwatch

Home Page:http://onlinestopwatch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Stopwatch made with Svelte as an example Handshake website.

Note: To access the above website your dns resolver must support Handshake domains.

Install a Handshake Resolver

  1. Install NextDns
  2. Go to https://my.nextdns.io/configuration
  3. Click Settings
  4. Scroll down to Handshake and select Resolve Handshake Domains

You should now be able to access http://onlinestopwatch/

Development

Install the dependencies...

yarn

...then start Rollup:

yarn dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv commands in package.json to include the option --host 0.0.0.0.

Building and running in production mode

To create an optimised version of the app:

yarn build

You can run the newly built app with npm run start. This uses sirv, which is included in your package.json's dependencies so that the app will work when you deploy to platforms like Heroku.

About

http://onlinestopwatch/


Languages

Language:Smarty 28.9%Language:JavaScript 27.9%Language:HTML 23.5%Language:CSS 13.5%Language:Shell 4.9%Language:Dockerfile 1.3%