Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 237 Bytes

File metadata and controls

22 lines (15 loc) · 237 Bytes

Contributing

Steps to contribute

  1. Install dependencies:

    npm i
  2. Run the website:

    npm run dev
  3. Build and preview the app:

    npm run build
    npm run preview