{"id":13719389,"url":"https://github.com/mayank99/remix-djent-stack","last_synced_at":"2025-08-19T21:21:28.675Z","repository":{"id":37524236,"uuid":"471476924","full_name":"mayank99/remix-djent-stack","owner":"mayank99","description":"Remix stack with basic postcss-preset-env, code formatting, linting etc","archived":false,"fork":false,"pushed_at":"2022-05-18T00:16:20.000Z","size":214,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-14T19:53:25.846Z","etag":null,"topics":["netlify","postcss","remix-stack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/mayank99.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}},"created_at":"2022-03-18T18:31:26.000Z","updated_at":"2022-06-22T10:27:17.000Z","dependencies_parsed_at":"2022-08-19T01:00:44.714Z","dependency_job_id":null,"html_url":"https://github.com/mayank99/remix-djent-stack","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/mayank99/remix-djent-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayank99%2Fremix-djent-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayank99%2Fremix-djent-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayank99%2Fremix-djent-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayank99%2Fremix-djent-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mayank99","download_url":"https://codeload.github.com/mayank99/remix-djent-stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayank99%2Fremix-djent-stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271223817,"owners_count":24721750,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["netlify","postcss","remix-stack"],"created_at":"2024-08-03T01:00:47.794Z","updated_at":"2025-08-19T21:21:28.606Z","avatar_url":"https://github.com/mayank99.png","language":"JavaScript","readme":"# Welcome to the Remix **Djent** Stack\n\n## What is this?\n\nThis is a lightweight Remix ~~template~~ Stack which adds the following things on top of the default netlify + TS template:\n\n- PostCSS-preset-env with nesting support\n- Watch script for auto-compiling CSS on file changes.\n- Code formatting with prettier\n- Basic CSS resets\n- Experimental file nesting in vscode\n- All configs tucked away in package.json\n- Normalized LF endings for git and vscode\n- (More to be added in the future!)\n\n### CSS convention\n\nWrite your CSS with all the fancy future syntax in your `-.css` file that's colocated in the same folder as your route file. Then, instead of importing the styles as you normally would, just import them from the `-.min.css` file which gets generated by postcss. This file will be folded out of view by vscode and gitignored.\n\ne.g. for an `index.css` file, your import should look like this:\n\n```diff\n- import styles from './index.css';\n+ import styles from './index.min.css';\n```\n\n## Development\n\nMake sure you have the [Netlify CLI](https://www.netlify.com/products/cli/) installed globally (`npm i -g netlify-cli`), then run the following command.\n\n```sh\nnpm run dev\n```\n\nIt starts your app in development mode, rebuilding on file changes. Open up [http://localhost:3000](http://localhost:3000), and you should be ready to go!\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 Netlify setup instructions, 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","funding_links":[],"categories":["Starter"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayank99%2Fremix-djent-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayank99%2Fremix-djent-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayank99%2Fremix-djent-stack/lists"}