Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notiz-dev/notiz
Frontend for notiz.dev. Built with Angular and Scully π
https://github.com/notiz-dev/notiz
angular giscus notiz scully
Last synced: 2 months ago
JSON representation
Frontend for notiz.dev. Built with Angular and Scully π
- Host: GitHub
- URL: https://github.com/notiz-dev/notiz
- Owner: notiz-dev
- Created: 2020-02-20T22:34:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T13:48:45.000Z (over 1 year ago)
- Last Synced: 2024-09-27T12:23:27.423Z (3 months ago)
- Topics: angular, giscus, notiz, scully
- Language: TypeScript
- Homepage: https://notiz.dev
- Size: 39 MB
- Stars: 67
- Watchers: 3
- Forks: 9
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# \*notiz.dev
**\*notiz.dev** is created by [Gary GroΓgarten](https://notiz.dev/authors/gary-grossgarten) and [Marc Stammerjohann](https://notiz.dev/authors/marc-stammerjohann). We love to share our experiences and findings working with Angular, NestJS, Prisma, Web Components and more. π We are excited about the upcoming years of web development and hope to make some friends along the way.
_\* notiz [noΛtiΛtΝ‘s] - (german) short, brief, written record_
## Tech Stack
notiz.dev is build on top of these awesome tools
β€οΈ [Angular](https://angular.io/) web framework
π [Scully](https://scully.io/) static site generator
π¨ [Tailwind CSS](https://tailwindcss.com/) styles including dark mode, code highlighting and more
π₯ [Firebase](https://firebase.google.com/) hosting
π‘οΈ [Plausible](https://plausible.io/) privacy-focused web analytics## Getting started
```bash
npm installnpm run build:elements
npm run build:demos
npm run build:scullynpm run serve:scully
```Visit [localhost:1668](http://localhost:1668/) for the static content with Scully and [localhost:1864](http://localhost:1864/) for the angular app without the static content.