https://github.com/edmundhung/remix-conf-2023
https://github.com/edmundhung/remix-conf-2023
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edmundhung/remix-conf-2023
- Owner: edmundhung
- Created: 2023-04-08T11:39:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T19:51:27.000Z (over 2 years ago)
- Last Synced: 2025-01-31T15:41:14.665Z (9 months ago)
- Language: JavaScript
- Homepage: https://remix-conf-2023.edmund.dev
- Size: 5.83 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remix Conf 2023 - Remxing Constraint Validation
This slide was bootstrapped with [MDX Deck](https://github.com/jxnblk/mdx-deck) and [Code Surfer](https://codesurfer.pomb.us/). All examples are served from a Remix app.
## Development
To run the presentation deck in development mode:
```sh
npm run dev
```## Build
To build the presentation deck:
```sh
npm run build
```