A tool for developing responsive websites crazy-fast, made by @thekitze
Add ?url=http://your-url.com
at the end of the url to share it with a preloaded url.
Example: http://sizzy.co?url=https://preactjs.com
Adds a Sizzy button in the Chrome toolbar, which on click opens any page directly into Sizzy.
- Install the dependencies:
yarn install
- Start the server:
yarn start
- Open it in your browser http://localhost:3033/
Tip: You can also use npm
instead of yarn
, and if you want to use yarn
but you don't have it on your machine, here's how to install it.
Files are imported from their absolute paths instead of their relative paths to avoid repeating ../../../../
when requiring files. Unfortunately on some machines, the NODE_PATH=./src
rule from the .env file doesn't get applied, as mentioned in this issue.
Temporary solution is to run export NODE_PATH=./src
in the terminal, before running yarn start
.
Support us with a monthly donation and help us continue our activities. [Become a backer]
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]