Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swistak-codes/gradient
Code for blog article
https://github.com/swistak-codes/gradient
Last synced: about 2 months ago
JSON representation
Code for blog article
- Host: GitHub
- URL: https://github.com/swistak-codes/gradient
- Owner: swistak-codes
- License: mit
- Created: 2024-01-20T22:55:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T12:24:32.000Z (10 months ago)
- Last Synced: 2024-05-01T10:00:02.986Z (8 months ago)
- Language: TypeScript
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Gradient
✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨
Code for blog article: https://swistak.codes/post/gradienty/
## Start the app
To start the app run one of the following:
- for RGB linear gradient presentation: `npm run start:linear-rgb`
- for HSL linear gradient presentation: `npm run start:linear-hsl`
- for polynomial gradient presentation: `npm run start:polynomial`
- for Bézier gradient presentation: `npm run start:bezier3d`Open your browser and navigate to http://localhost:4200/.