👹 Screaming Demon Art
This is the source for Las Vegas' Screaming Demon Art website.
- Chakra UI 🧘
- Next.js
- Sanity CMS
- pnpm
-
apps
deployable appssanity
: Sanity CMSweb
: NextJS app
-
packages
shared packages across appsui
: 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.
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
.