{"id":19580221,"url":"https://github.com/xclud/pwa.ir","last_synced_at":"2025-09-10T17:39:56.649Z","repository":{"id":133004868,"uuid":"568365104","full_name":"xclud/pwa.ir","owner":"xclud","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-10T10:45:50.000Z","size":12524,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-09T05:17:18.637Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pwa.ir","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/xclud.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":"2022-11-20T09:58:19.000Z","updated_at":"2024-01-10T10:42:05.000Z","dependencies_parsed_at":"2024-01-10T10:54:59.626Z","dependency_job_id":null,"html_url":"https://github.com/xclud/pwa.ir","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/xclud%2Fpwa.ir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xclud%2Fpwa.ir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xclud%2Fpwa.ir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xclud%2Fpwa.ir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xclud","download_url":"https://codeload.github.com/xclud/pwa.ir/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240849053,"owners_count":19867617,"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":[],"created_at":"2024-11-11T07:24:11.864Z","updated_at":"2025-02-26T12:14:46.866Z","avatar_url":"https://github.com/xclud.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astro Boilerplate with TypeScript and Tailwind CSS [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social\u0026label=Follow%20%40Ixartz)](https://twitter.com/ixartz)\n\n🚀 Astro Boilerplate is starter code for your blog or portfolio based on Astro\nwith Tailwind CSS 3.0. ⚡️ Made with Astro, TypeScript, ESLint, Prettier,\nTailwind CSS.\n\nClone this project and use it to create your own Astro blog. You can check the\n[Astro templates demo](https://creativedesignsguru.com/demo/astro-boilerplate/).\n\n## Features\n\nA complete Blog feature:\n\n- 🎈 Syntax Highlighting\n- 🤖 SEO friendly with sitemap.xml and robots.txt\n- ⚙️ RSS feed\n- 📖 Pagination\n- 🌈 Include a dark blog theme\n- ⬇️ Markdown\n- 📦 Image lazy loading\n- 💎 Responsive design\n\nDeveloper experience first:\n\n- 🔥 Astro\n- 🎨 Tailwind CSS with aspect ratio and typography plugin\n- 🎉 TypeScript\n- ✏️ ESLint compatible with .astro files\n- 🛠 Prettier compatible with .astro files\n- 🦊 Husky\n- 🚫 lint-staged\n- 🚨 Commitlint\n- 🔧 One-click deploy on Netlify (or, manual if you prefer)\n\nESLint with:\n\n- Airbnb styled guide\n- TypeScript compatible\n- Astro compatible\n- Automatically remove unused imports\n- Import sorting\n- Tailwind CSS plugin\n\n### Philosophy\n\n- Minimal code\n- SEO-friendly\n- 🚀 Production-ready\n\n### Requirements\n\n- Node.js and npm\n\n#### Optional\n\n- [nvm](https://github.com/nvm-sh/nvm)\n- [volta](https://volta.sh/)\n\nWhile Astro-boilerplate should work with the latest Node version, it has been\ntested with the versions in .nvmrc \u0026 the bottom of package.json. At current\nwriting, that's Node v16.15.1\n\n### Getting started\n\nRun the following command on your local environment:\n\n``` bash\ngit clone --depth=1 https://github.com/ixartz/Astro-boilerplate\ncd my-project-name\nnpm install\n```\n\nThen, you can run locally in development mode with live reload:\n\n``` bash\nnpm run dev\n```\n\nOpen [http://localhost:4321](http://localhost:4321) with your favorite browser\nto see your project.\n\n### Deploy to production (manual)\n\nYou can create an optimized production build with:\n\n```shell\nnpm run build\n```\n\nNow, your blog is ready to be deployed. All generated files are located at\n`dist` folder, which you can deploy the folder to any hosting service you\nprefer.\n\n### Deploy to Netlify\n\nClone this repository on own GitHub account and deploy to Netlify:\n\n[![Netlify Deploy button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/ixartz/Astro-boilerplate)\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command           | Action                                       |\n|:----------------  |:-------------------------------------------- |\n| `npm install`     | Installs dependencies                        |\n| `npm run dev`     | Starts local dev server at `localhost:4321`  |\n| `npm run build`   | Build your production site to `./dist/`      |\n| `npm run preview` | Preview your build locally, before deploying |\n| `npm run clean`   | Remove `./dist` folder                       |\n| `npm run lint`    | Run ESLint and report styling error          |\n\n### Contributions\n\nEveryone is welcome to contribute to this project.\nFeel free to open an issue if you have question or found a bug.\n\n### Additional Checks\n\nThis README.md was linted with\n[markdownlint](https://github.com/igorshubovych/markdownlint-cli)\n\n### License\n\nLicensed under the MIT License, Copyright © 2022\n\n---\n\nMade with ♥ by [CreativeDesignsGuru](https://creativedesignsguru.com)\n[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social\u0026label=Follow%20%40Ixartz)](https://twitter.com/ixartz)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxclud%2Fpwa.ir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxclud%2Fpwa.ir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxclud%2Fpwa.ir/lists"}