✨ This workspace has been generated by Nx, a Smart, fast and extensible build system. ✨
Code for blog article: https://swistak.codes/post/gradienty/
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/.