Skip to content

vasiltop/metrics

Repository files navigation

A Slice of Pi

A Slice of Pi is a web application created for the OutStem Coding Challenge, where users can view metrics about a fictional pizza store.

Technology Used

Installation

# clone the repository
git clone https://github.com/vasiltop/a-slice-of-pi
cd a-slice-of-pi

# install dependencies
pnpm install

#start the server
pnpm dev