https://github.com/featurist/cloqwork
An experiment in programming experience
https://github.com/featurist/cloqwork
Last synced: about 2 months ago
JSON representation
An experiment in programming experience
- Host: GitHub
- URL: https://github.com/featurist/cloqwork
- Owner: featurist
- Created: 2015-12-02T08:34:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T14:30:20.000Z (about 7 years ago)
- Last Synced: 2025-01-20T11:21:56.569Z (3 months ago)
- Language: JavaScript
- Homepage: http://cloqwork.tumblr.com/
- Size: 18.6 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# cloqwork
Read the blog, [cloqwork](http://cloqwork.tumblr.com/), to see what this is all about.
## run it
setup
```sh
npm i
```run
```sh
npm run serve
```Then go to [http://localhost:9966/](http://localhost:9966/).
# How this works
## Cells
We have cells, which are named. Cells can either expressions or data. Expression cells can reference other cells by name. Data cells don't reference other cells, and are just pure data. The data in the cells _can_ be updated by performing actions in the UI. The UI is built by returning HTML from a cell.
## We're Hiring!
Featurist provides full stack, feature driven development teams. Want to join us? Check out [our career opportunities](https://www.featurist.co.uk/careers/).