cravesoft / gridbrush

An app to create scalable vector grids.

Home Page:https://cravesoft.github.io/gridbrush/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GridBrush

GridBrush is an app to create scalable vector grids. This project was bootstrapped with Create React App.

See the app site.

Install GridBrush locally

  • Clone this repo
  • In the folder you cloned the repo run npm install
  • Launch the local server (with hot js/css reloading) with npm start (note that it will be less efficient than the built version, see how to use the built version below)

Build GridBrush and use it locally

  • Install GridBrush locally (see above)
  • Run npm run build
  • You will have to use a local web server and set build/ as your root folder to run GridBrush if you want to use the default grids
  • To do that you can use http-server. install it globally (npm install http-server -g) then set build/ as your current working directory (cd build) then run http-server. The URL where you can access GridBrush should be written in your terminal

Dependencies

About

An app to create scalable vector grids.

https://cravesoft.github.io/gridbrush/

License:MIT License


Languages

Language:JavaScript 94.3%Language:CSS 5.1%Language:HTML 0.6%