clerk / remix-fauna-tutorial

Sample codebase for Remix, Fauna, and Clerk tutorial

Home Page:https://remix-fauna-tutorial.clerk.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Emoji Quiz App

This sample repo is associated with the Remix, Fauna, and Clerk tutorial.

You can browse the code and run it locally, or you can check out the live demo.

Remix, Fauna, Clerk tutorial

Development

To run your Remix app locally, make sure your project's local dependencies are installed:

npm install

Afterwards, start the Remix development server like so:

npm run dev

Open up 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 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:

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. We'd love to chat!

About

Sample codebase for Remix, Fauna, and Clerk tutorial

https://remix-fauna-tutorial.clerk.app


Languages

Language:JavaScript 68.8%Language:CSS 30.7%Language:Shell 0.5%