forked from readeck/readeck.org
readeck.org website sources
- JavaScript 43%
- Nunjucks 28.2%
- SCSS 27.9%
- Makefile 0.7%
- HTML 0.2%
| 11ty | ||
| bin | ||
| LICENSES | ||
| src | ||
| ui | ||
| .gitignore | ||
| .prettierrc | ||
| eleventy.config.mjs | ||
| eslint.config.js | ||
| gulpfile.mjs | ||
| LICENSE | ||
| Makefile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| REUSE.toml | ||
| tailwind.config.js | ||
readeck.org website
This project contains the readeck.org website's sources. It uses 11ty for its build process.
Requirements
To build the website, you need NodeJS 20.
Initial setup
At first (or after dependencies update), run the following:
make setup
Development
Build
This builds the website in the dist directory.
make build
Watch server
This runs a webserver that will reload upon file changes.
make serve