{"id":18978597,"url":"https://github.com/p10ns11y/remix-app","last_synced_at":"2026-04-12T07:34:33.494Z","repository":{"id":85749505,"uuid":"432560996","full_name":"p10ns11y/remix-app","owner":"p10ns11y","description":"remix tutorial","archived":false,"fork":false,"pushed_at":"2021-12-01T19:21:01.000Z","size":1579,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-15T13:09:32.141Z","etag":null,"topics":["heroku","netlify","postgresql","reactjs","remix-run"],"latest_commit_sha":null,"homepage":"https://p10ns11y-remix-app.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/p10ns11y.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-27T20:51:49.000Z","updated_at":"2023-03-04T04:25:35.000Z","dependencies_parsed_at":"2023-03-13T06:29:54.560Z","dependency_job_id":null,"html_url":"https://github.com/p10ns11y/remix-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p10ns11y%2Fremix-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p10ns11y%2Fremix-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p10ns11y%2Fremix-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p10ns11y%2Fremix-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p10ns11y","download_url":"https://codeload.github.com/p10ns11y/remix-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239983477,"owners_count":19729309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["heroku","netlify","postgresql","reactjs","remix-run"],"created_at":"2024-11-08T15:39:07.099Z","updated_at":"2025-10-03T23:27:47.130Z","avatar_url":"https://github.com/p10ns11y.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to Remix!\n\n- [Remix Docs](https://remix.run/docs)\n\n## Development\n\nFrom your terminal:\n\n```sh\nnpm run dev\n```\n\nThis starts your app in development mode, rebuilding assets on file changes.\n\n## Deployment\n\nFirst, build your app for production:\n\n```sh\nnpm run build\n```\n\nThen run the app in production mode:\n\n```sh\nnpm start\n```\n\nNow you'll need to pick a host to deploy it to.\n\n### DIY\n\nIf you're familiar with deploying node applications, the built-in Remix app server is production-ready.\n\nMake sure to deploy the output of `remix build`\n\n- `build/`\n- `public/build/`\n\n### Using a Template\n\nWhen you ran `npx create-remix@latest` there were a few choices for hosting. You can run that again to create a new project, then copy over your `app/` folder to the new project that's pre-configured for your target server.\n\n```sh\ncd ..\n# create a new project, and pick a pre-configured host\nnpx create-remix@latest\ncd my-new-remix-app\n# remove the new project's app (not the old one!)\nrm -rf app\n# copy your app over\ncp -R ../my-old-remix-app/app app\n```\n\n## Netlify Setup\n\n1. Install the [Netlify CLI](https://www.netlify.com/products/dev/):\n\n```sh\nnpm i -g netlify-cli\n```\n\n2. Sign up and log in to Netlify:\n\n```sh\n  netlify login\n```\n\n3. Create a new site:\n\n```sh\n  netlify init\n```\n\n4. You'll need to tell Netlify to use Node 14, as at the time of writing Netlify uses Node 12 by [default](https://docs.netlify.com/functions/build-with-javascript/#runtime-settings)\n\n```sh\n  netlify env:set AWS_LAMBDA_JS_RUNTIME nodejs14.x\n```\n\n## Development\n\nYou will be running two processes during development when using Netlify as your server.\n\n- Your Netlify server in one\n- The Remix development server in another\n\n```sh\n# in one tab\n$ npm run dev:netlify\n\n# in another\n$ npm run dev\n```\n\nOpen up [http://localhost:3000](http://localhost:3000), and you should be ready to go!\n\nIf you'd rather run everything in a single tab, you can look at [concurrently](https://npm.im/concurrently) or similar tools to run both processes in one tab.\n\n## Deployment\n\nThere are two ways to deploy your app to Netlify, you can either link your app to your git repo and have it auto deploy changes to Netlify, or you can deploy your app manually. If you've followed the setup instructions already, all you need to do is run this:\n\n```sh\n$ npm run build\n# preview deployment\n$ netlify deploy\n\n# production deployment\n$ netlify deploy --prod\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp10ns11y%2Fremix-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp10ns11y%2Fremix-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp10ns11y%2Fremix-app/lists"}