diff --git a/README copy.md b/README copy.md deleted file mode 100644 index c05e097..0000000 --- a/README copy.md +++ /dev/null @@ -1,36 +0,0 @@ -# Welcome to Remix + Vite! - -📖 See the [Remix docs](https://remix.run/docs) and the [Remix Vite docs](https://remix.run/docs/en/main/future/vite) for details on supported features. - -## Development - -Run the Vite dev server: - -```shellscript -npm run dev -``` - -## Deployment - -First, build your app for production: - -```sh -npm run build -``` - -Then run the app in production mode: - -```sh -npm start -``` - -Now you'll need to pick a host to deploy it to. - -### DIY - -If you're familiar with deploying Node applications, the built-in Remix app server is production-ready. - -Make sure to deploy the output of `npm run build` - -- `build/server` -- `build/client` diff --git a/README.md b/README.md index 1eab7c3..16f0b70 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ To use the template, run npx create-remix@latest --template netlify/remix-template ``` - This project includes: - Netlify Functions template for Remix sites @@ -27,7 +26,7 @@ If you're new to Remix stacks and the remix.init concept, see the official [Remi Run ```bash -npx create-remix@latest --template ./ +npx create-remix@latest --template ./remix-template ``` to test your changes to the template. Follow the steps the Remix CLI prompts you with to create a new project. Ensure to test for both the Netlify Functions template and the Netlify Edge Functions template.