An open API service indexing awesome lists of open source software.

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

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/)