A Remix starter for your next website, built using:
š View the Live Demo
git clone https://github.com/ansonlichtfuss/remix-tailwind-threejs-template.git
cd remix-tailwind-threejs-template
To run your Remix app locally, make sure your project's local dependencies are installed:
yarn
Afterwards, start the Remix development server like so:
yarn dev
Open up http://localhost:3000 and you should be ready to go!
This project was created with the "Vercel" deployment target during creation. The target can be swapped out for other server adapters.
Import your Git repository into Vercel, and it will be deployed.