Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.09 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.09 KB

websheet.js

size   GitHub Workflow Status

Render website sections with lazy-loaded data from Google Spreadsheets
It's lightweight, fast, free and open-source !

See how it works, full documentation and examples below:

https://websheet.js.org

Contribute

Feel free to contribute, and open issues!

  1. Clone the repository
  2. Install dependencies with npm install
  3. Open 3 terminals:
  • One with typescript compiler:
    npm run watch:ts
  • One with js bundler:
    npm run watch:bundler
  • One with anything else you are working with, for example:
  1. Once you think you did something amazing, run all the tests and submit your pull requests!