Skip to content
/ sizzy Public
forked from doug-wade/sizzy

【移动端适配工具】A tool for testing responsive websites crazy-fast

License

Notifications You must be signed in to change notification settings

ahjwen/sizzy

This branch is 195 commits ahead of doug-wade/sizzy:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

79a21b9 · Jul 10, 2017
May 2, 2017
Jun 27, 2017
May 8, 2017
May 30, 2017
May 19, 2017
Apr 27, 2017
Jun 27, 2017
May 30, 2017
Jul 9, 2017
May 30, 2017
Apr 27, 2017
May 26, 2017
Jun 27, 2017
Apr 30, 2017
May 2, 2017
Jun 27, 2017
Apr 27, 2017
Jun 27, 2017

Repository files navigation

Sizzy

Sizzy

A tool for developing responsive websites crazy-fast, made by @thekitze


OpenCollective OpenCollective

gif

Sharing with an url

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

Chrome extension

Adds a Sizzy button in the Chrome toolbar, which on click opens any page directly into Sizzy.

Chrome Extension
Source

Getting Started

  1. Install the dependencies:
yarn install
  1. Start the server:
yarn start
  1. 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.

Dev issues

Getting module not found errors

error

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.

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

About

【移动端适配工具】A tool for testing responsive websites crazy-fast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • HTML 2.0%
  • CSS 0.7%