Commit Graph

23 Commits

Author SHA1 Message Date
Steven
e77be57549
Simplify build script (#209) 2022-06-06 22:50:32 -04:00
Steven
2051eba6ee
Bump puppeteer to 13.1.2 (#191) 2022-01-26 17:50:31 -05:00
Steven
d94777149e
Bump marked to 4.0.10 (#189) 2022-01-26 12:10:42 -05:00
Steven
f7a80f833d
Bump Node.js 14 and dependencies (#147) 2021-03-09 08:43:48 -06:00
Steven
9e4bc4f78f
Upgrade Node 10 to Node 12 (#106)
- Upgrade Node 10 to Node 12
- Bump dependencies to the latest version
- Fix a small typescript issue @Snazzyham mentioned #105
- Fix perf by using `setContent()` instead of writing a file each request per @ChristopherBiscardi,  [suggested on twitter](https://twitter.com/chrisbiscardi/status/1239686555972718593)
2020-04-06 13:58:11 -04:00
Steven
17fd8a2a07
Enable node 10 (#80)
* Enable node 10
2019-10-14 14:39:59 -04:00
Steven
d05a27116c
Remove builds in favor of zero-config (#87)
* Remove builds in favor of zero-config

* Rename types from .d.ts to .ts and import

* Fix types

* Fix web build to use separate tsconfig.json

* Rename web/browser.ts to web/index.ts

* Move fonts
2019-07-25 12:35:12 -04:00
Steven
fb27a2a682
Pin the node runtime to 8.10.x (#85)
It seems that `chrome-aws-lambda` only works with Node 8
2019-07-17 10:50:17 -04:00
Steven
01ff527c42
Remove dev script (#82)
Fixes #81
2019-06-29 14:25:36 -04:00
Steven
bce2b04175 Add support for now dev (#72)
* Remove hacks to support now dev

* Fix local development for now dev

* Update CONTRIBUTING.md

* Add now dev to package.json
2019-03-31 18:09:16 -07:00
Steven
13a95a409f
Move to zeit org (#67)
* Move to zeit org

* Remove author, use yarn

* Add .yarnrc so dependencies lock

* Save exact dependencies
2019-03-04 13:34:38 -05:00
Steven
4498cffb3e
Merge pull request #63 from styfle/dependabot/npm_and_yarn/typescript-3.3.3333
Bump typescript from 3.2.4 to 3.3.3333
2019-03-01 09:56:04 -05:00
dependabot[bot]
2253a45c0d
Bump marked from 0.6.0 to 0.6.1
Bumps [marked](https://github.com/markedjs/marked) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](https://github.com/markedjs/marked/compare/v0.6.0...v0.6.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-01 14:50:09 +00:00
dependabot[bot]
80dabf36b2
Bump typescript from 3.2.4 to 3.3.3333
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.2.4 to 3.3.3333.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.2.4...v3.3.3333)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-01 14:48:57 +00:00
dependabot[bot]
9ee3a5b3ca
Bump @types/marked from 0.6.0 to 0.6.1
Bumps [@types/marked](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/marked) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/marked)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-01 14:42:43 +00:00
Steven
539ea0d04d Replace noto emoji with twemoji 2019-02-11 19:24:28 -05:00
Steven
3f4b79f510 Use typescript on the frontend 2019-01-25 17:07:28 -05:00
Steven
95f9e99c54 Move into /src folder 2019-01-22 17:58:12 -05:00
Steven
5d2ecce371 Add markdown support 2019-01-22 14:55:13 -05:00
Steven
6f12dbbfa4 Add missing meta tag 2019-01-21 17:21:11 -05:00
Steven
a1037a810c Add typescript 2019-01-21 15:31:16 -05:00
Steven
a0a1e93f68 Add handler 2019-01-21 11:07:12 -05:00
Steven
690d825f9a Initial commit 2019-01-01 19:19:25 -05:00