Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 612 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 612 Bytes

gradient-guru

My personal site which I often change and perterb to learn new libraries, frameworks, and tools.

The plot was lost a long time ago

Setup

  • 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

CDK Build

yarn build:cdk

App Build

yarn build:app

Run Dev Server

  • To run the development server on localhost:3407
yarn dev

Clean Artifacts

  • Clean up build artifacts
yarn clean