https://github.com/deciduously/deciduously-com-stencil
The abandonded beginnings of a blog
https://github.com/deciduously/deciduously-com-stencil
Last synced: 4 months ago
JSON representation
The abandonded beginnings of a blog
- Host: GitHub
- URL: https://github.com/deciduously/deciduously-com-stencil
- Owner: deciduously
- License: bsd-3-clause
- Created: 2020-01-07T23:58:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T00:32:01.000Z (over 6 years ago)
- Last Synced: 2026-01-24T18:51:53.403Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.08 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# deciduously-com
DEFUNCT: Development halted and moved to [deciduously-com](https://github.com/deciduously/deciduously-com).
## Usage
- `lint` - run TS and CSS linters
- `stylelint:fix` - autofix CSS lint warnings
- `test` - run unit and E2E tests
- `test.watch` - run tests and watch for changes
- `start` - run dev server and watch for changes
- `build` - build production bundle
- `generate` - generate new Stencil component
- `publish` - regenerate `articles.json` from `drafts/` - requires [Rust toolchain](https://www.rust-lang.org/tools/install)
## Stack
### Component Generation
- [Stencil](https://stenciljs.com/)
### Content Management
- [Showdown](http://showdownjs.com/)
### Language Tooling
- [Typescript](https://www.typescriptlang.org/)
- [Eslint](https://eslint.org/)
- [Tslint](https://palantir.github.io/tslint/)
- [Prettier](https://prettier.io/)
- [npm-run-all](https://www.npmjs.com/package/npm-run-all)
### Testing
- [Jest](https://jestjs.io/)
- [Puppeteer](https://pptr.dev/)
### Style
- [TailwindCSS](https://tailwindcss.com/)
- [highlight.js](https://highlightjs.org/)
- [Postcss](https://postcss.org/)
- [Autoprefixer](https://github.com/postcss/autoprefixer)
- [Purgecss](https://purgecss.com/)
- [Cssnano](https://cssnano.co/)
- [Stylelint](https://stylelint.io/)