The online anchor of Chicago's premiere inclusive event organization for underground talent, Reset Presents. This project experiments with how a minimal production company website can accessibly appear and behave, focusing on making it easy to access information about our events. It's built with SvelteKit on the JAMstack.
Once you've created a project and installed dependencies with pnpm install, start a development server:
pnpm dev
# or start the server and open the app in a new browser tab
pnpm dev -- --open
This project uses the static adapter. That target will be built for with:
pnpm build
You can preview the built app with
pnpm preview, regardless of whether you installed an adapter. This should not be used to serve the app in production.
This project requires at least Node v14.13 to run