Skip to content
forked from av1422/sizzy

A tool for testing responsive websites crazy-fast

License

Notifications You must be signed in to change notification settings

nileshtrivedi/bizzy

 
 

Repository files navigation

Bizzy

A tool for developing responsive websites crazy-fast, based on old webapp versoin of Sizzy

This is not being developed any more because we now have open-source projects like Responsively.app.


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://bizzy.polyglot.network?url=https://preactjs.com

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.

About

A tool for testing responsive websites crazy-fast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 97.6%
  • HTML 1.7%
  • CSS 0.7%