Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 861 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 861 Bytes

🔦 About

This is the source for Las Vegas' Screaming Demon Art website.

📦 Included packages

🗂 Folder layout

  • apps deployable apps

    • sanity: Sanity CMS
    • web: NextJS app
  • packages shared packages across apps

    • ui: shared UI components and a re-export of @chakra-ui/react

You can add other folders inside of packages/ if you know what you're doing and have a good reason to.

🚀 Getting started

Install dependendencies using pnpm and run a development server using pnpm dev. The Sanity CMS is available at localhost:3333 and the NextJS app is available at localhost:3000.