https://github.com/clerk/remix-fauna-tutorial
Sample codebase for Remix, Fauna, and Clerk tutorial
https://github.com/clerk/remix-fauna-tutorial
auth clerk faunadb remix
Last synced: 10 months ago
JSON representation
Sample codebase for Remix, Fauna, and Clerk tutorial
- Host: GitHub
- URL: https://github.com/clerk/remix-fauna-tutorial
- Owner: clerk
- Created: 2022-04-27T02:40:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T15:16:57.000Z (over 3 years ago)
- Last Synced: 2023-11-03T07:34:51.415Z (about 2 years ago)
- Topics: auth, clerk, faunadb, remix
- Language: JavaScript
- Homepage: https://remix-fauna-tutorial.clerk.app
- Size: 761 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie Emoji Quiz App
This sample repo is associated with the [Remix, Fauna, and Clerk tutorial](https://clerk.dev/tutorials/build-movie-emoji-quiz-with-remix-fauna-and-clerk).
You can browse the code and run it locally, or you can check out the [live demo](https://remix-fauna-tutorial.clerk.app).

## Development
To run your Remix app locally, make sure your project's local dependencies are installed:
```sh
npm install
```
Afterwards, start the Remix development server like so:
```sh
npm run dev
```
Open up [http://localhost:3000](http://localhost:3000) and you should be ready to go!
## Deployment
After having run the `create-remix` command and selected "Vercel" as a deployment target, you only need to [import your Git repository](https://vercel.com/new) into Vercel, and it will be deployed.
If you'd like to avoid using a Git repository, you can also deploy the directory by running [Vercel CLI](https://vercel.com/cli):
```sh
npm i -g vercel
vercel
```
## Contact
If you need support or have anything you would like to ask, please reach out in our [Discord channel](https://discord.com/invite/b5rXHjAg7A). We'd love to chat!