Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 571 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 571 Bytes
logo ATTH Studio

ATTH Studio

Design : Annie Tran

Development : Renaud Fradin

folio

🛠 Installation & Set Up

  1. Install dependencies
npm install

or

yarn install
  1. Start the development server
npm run dev

or

yarn dev
  1. Format code
npm run format