GridBrush is an app to create scalable vector grids. This project was bootstrapped with Create React App.
See the app site.
- 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)
- 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 setbuild/as your current working directory (cd build) then runhttp-server. The URL where you can access GridBrush should be written in your terminal