Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edmundhung/remix-conf-2023
https://github.com/edmundhung/remix-conf-2023
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edmundhung/remix-conf-2023
- Owner: edmundhung
- Created: 2023-04-08T11:39:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-10T19:51:27.000Z (over 1 year ago)
- Last Synced: 2024-10-15T09:11:25.489Z (2 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
```