Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliaks-ei/childde
UI part of "Child.de" - knowledge sharing platform
https://github.com/aliaks-ei/childde
autoprefixer babel css cypress e2e-tests gulp html javascript mjml postcss pug sass scss unit-tests
Last synced: about 2 hours ago
JSON representation
UI part of "Child.de" - knowledge sharing platform
- Host: GitHub
- URL: https://github.com/aliaks-ei/childde
- Owner: aliaks-ei
- Created: 2020-04-05T15:48:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T23:55:22.000Z (over 1 year ago)
- Last Synced: 2024-12-03T18:49:42.277Z (about 2 months ago)
- Topics: autoprefixer, babel, css, cypress, e2e-tests, gulp, html, javascript, mjml, postcss, pug, sass, scss, unit-tests
- Language: Pug
- Homepage: https://child.de/
- Size: 24.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Child.de
[![](https://github.com/alexmozheyko/childde/workflows/E2E%20tests/badge.svg)](https://github.com/alexmozheyko/childde/actions?query=workflow%3A%22E2E+tests%22)
[![](https://github.com/alexmozheyko/childde/workflows/EditorConfig/badge.svg)](https://github.com/alexmozheyko/childde/actions?query=workflow%3AEditorConfig)Fully mobile compatible UI part of [child.de](https://child.de/) - knowledge exchange platform.
Built with Pug, CSS (SASS), Javascript and Gulp.### Run development server
```
npm run serve
```### Run E2E tests
```
npm run test:e2e
```### Verify files according to .editorconfig
```
npm run editorconfig:check
```### Build application
```
npm run build
```