Update readme.md
This commit is contained in:
parent
a7220a7e74
commit
50d245569c
1 changed files with 70 additions and 69 deletions
15
readme.md
15
readme.md
|
@ -13,14 +13,15 @@ that assist building websites. these tools power https://paperclover.net.
|
||||||
- The only difference in development and production mode is hidden
|
- The only difference in development and production mode is hidden
|
||||||
source-maps and stripped assertions and `console.debug` calls. The site
|
source-maps and stripped assertions and `console.debug` calls. The site
|
||||||
you see locally is the site you see deployed.
|
you see locally is the site you see deployed.
|
||||||
- Tools for building complex, content heavy web sites.
|
- (TODO) Tests, Lints, and Type-checking is run alongside, and only re-runs
|
||||||
|
checks when the files change. For example, changing a component re-tests
|
||||||
|
only pages that use that component and re-lints only the changed file.
|
||||||
|
- Integrated libraries for building complex, content heavy web sites.
|
||||||
- Static asset serving with ETag and build-time compression.
|
- Static asset serving with ETag and build-time compression.
|
||||||
- Dynamic server side rendering from within backend code.
|
- Dynamicly rendered pages with static client. (`#import "#sitegen/view"`)
|
||||||
- Databases with a typed SQLite wrapper.
|
- Databases with a typed SQLite wrapper. (`import "#sitegen/sqlite"`)
|
||||||
- TODO: Integrated unit and end-to-end test runner. Along with other built-in
|
- TODO: Meta and Open Graph generation. (`export const meta`)
|
||||||
codebase checks (tsc, lint), all tests run automatically in the background.
|
- TODO: Font subsetting tools to reduce
|
||||||
Test caching uses the same incremental system the build does, so changing a
|
|
||||||
library file knows to re-test all of the pages that import it.
|
|
||||||
- Built on the battle-tested Node.js runtime. Partial support for Deno and Bun.
|
- Built on the battle-tested Node.js runtime. Partial support for Deno and Bun.
|
||||||
|
|
||||||
[1]: https://next.markojs.com
|
[1]: https://next.markojs.com
|
||||||
|
|
Loading…
Reference in a new issue