https://github.com/willklein/how-things-work-cascadiajs2018
https://github.com/willklein/how-things-work-cascadiajs2018
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/willklein/how-things-work-cascadiajs2018
- Owner: willklein
- License: mit
- Created: 2018-11-06T00:42:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T22:42:40.000Z (over 7 years ago)
- Last Synced: 2025-02-16T14:01:20.659Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://cascadia.willslab.com
- Size: 38.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How Cool Things Work
## Contents
- [Reference](#reference)
- [Getting Started](#getting-started)
- [Build & Deployment](#build-deployment)
## Running the deck
Install dependencies:
```bash
yarn
```
or
```bash
npm install
```
Then, to start up the local server, run
```bash
yarn start
```
or
```bash
npm start
```
Open a browser and hit [http://localhost:3000](http://localhost:3000) to see the deck.
## Build & Deployment
Building the dist version of the project is as easy as running
```bash
npm run build
```
## TODO
### AST Explorer
- [x] fix tree settings toggle in AST Explorer
- [x] copy node key on click
- [ ] zen mode shortcut to hide some things
- [ ] create a slider for font scaling
- [ ] adjust tree line height to fit when scaled
- [ ] adjust tree margins to fit horizontally when scaled
- [ ] change default zoom
- [ ] show debug of scale size in %
- [ ] deploy AST Explorer fork
### Slides
- [ ] compilers diagram
- [ ] full-screen the AST Explorer slide
- [ ] fix production deploy
### Resources
- [ ] setup website
- [ ] link out to linting resources
- [ ] link out to codemod resources
- [ ] link out to other material