This is an Experimental Code Column for Glide that echoes what you pass to it.
- It's written in TypeScript.
- It's deployed on GitHub Pages.
- It's unit-testable.
$ npm install
$ npm run build
$ npm test
Edit the main file src/column.ts
.
Commits to master
compile and deploy the column on the gh-pages
branch, so be sure to enabled GitHub Pages for that branch in your repo settings to host your column on GitHub.