My personal site which I often change and perterb to learn new libraries, frameworks, and tools.
The plot was lost a long time ago
- Clone the repository
git clone https://github.com/bebeal/gradient-guru
cd gradient-guru
- Install dependencies and build the project (cdk + app)
yarn install
yarn build
yarn build:cdk
yarn build:app
- To run the development server on
localhost:3407
yarn dev
- Clean up build artifacts
yarn clean