{"id":16621582,"url":"https://github.com/pauldb09/english_project","last_synced_at":"2026-04-19T18:33:00.853Z","repository":{"id":103259815,"uuid":"603103371","full_name":"pauldb09/english_project","owner":"pauldb09","description":"A website made to promote kenya's environement protection made for school","archived":false,"fork":false,"pushed_at":"2023-03-09T09:56:31.000Z","size":29452,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T08:28:13.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pauldb09.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-02-17T16:14:56.000Z","updated_at":"2023-02-17T16:49:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"5440789a-7255-41f5-bc88-e2e6dbc85ba3","html_url":"https://github.com/pauldb09/english_project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"raflymln/nextjs-template","purl":"pkg:github/pauldb09/english_project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldb09%2Fenglish_project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldb09%2Fenglish_project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldb09%2Fenglish_project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldb09%2Fenglish_project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pauldb09","download_url":"https://codeload.github.com/pauldb09/english_project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldb09%2Fenglish_project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32017972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":[],"created_at":"2024-10-12T02:47:43.785Z","updated_at":"2026-04-19T18:33:00.842Z","avatar_url":"https://github.com/pauldb09.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js + Tailwind CSS + Typescript + PrismaJS\n\n\u003e This project is created and configured using PNPM, so you might wanna add another dependencies or edit any installed dependencies using PNPM to prevent error and stuff like that.\n\nThis Next.js template is using the following system:\n\n1.  **CSS Framework**: [Tailwind CSS](https://tailwindcss.com/)\n\nThis example shows how to use [Tailwind CSS](https://tailwindcss.com/) [(v2.2)](https://blog.tailwindcss.com/tailwindcss-2-2) with Next.js. It follows the steps outlined in the official [Tailwind docs](https://tailwindcss.com/docs/guides/nextjs).\n\nIt uses the new [`Just-in-Time Mode`](https://tailwindcss.com/docs/just-in-time-mode) for Tailwind CSS.\n\n2.  **Language**: [Typescript](https://www.typescriptlang.org/)\n\nI've also adding and setting up everything using Typescript, so you can just use it without need to installing other things.\n\nWhy am i using Typescript? because it's came in handy while managing to work with large scale project. Also the Intellsense features (If you're using Visual Studio Code) helps me so much.\n\n3.  **Linter**: [Eslint](https://eslint.org/) and [Prettier](https://prettier.io/)\n\nI've configure the EsLint and Prettier in best way as possible, you don't need to change anything unless you understand what you're doing.\n\nLinter are here to format and check the consistency of your code, if your code is a mess, the linter would say there's an error in your code even thought the code would just working fine.\n\nAlso the **Format code on save** is on if you use Visual Studio Code to code, you could turn that off by configure the settings on `/.vscode/settings.json` file.\n\n4.  **Database Library**: [Prisma](https://prisma.io)\n\nThis is not a database, but a library to help you read and write from/to your database. This library is, of course, optional.\n\nPrisma is a server-side library that helps your app read and write data to the database in an intuitive and safe way.\n\nPrisma helps app developers build faster and make fewer errors with an open source database toolkit for PostgreSQL, MySQL, SQL Server, and SQLite.\n\n-   To learn more about Prisma: [Click Here](https://prisma.io)\n\n-   To learn how prisma works with Next.js: [Click Here](https://prisma.io/nextjs)\n\n## Scripts / Commands\n\n```bash\n\n# Linting\n\npnpm lint\n\n\n\n# Building\n\npnpm build\n\n\n\n# Publish\n\npnpm start\n\n\n\n# Developer Mode\n\npnpm dev\n\n```\n\n## Preview\n\nPreview the example live on [StackBlitz](http://stackblitz.com/):\n\n[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/raflymln/nextjs-template/tree/main)\n\n## Deploy your own\n\nDeploy the example using [Vercel](https://vercel.com?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=next-example):\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/raflymln/nextjs-template/tree/main\u0026project-name=my-nextjs-project\u0026repository-name=my-nextjs-project)\n\n## How to use\n\n```bash\n\nnpx create-next-app --example https://github.com/raflymln/nextjs-template/tree/main my-nextjs-project\n\n# or\n\nyarn create next-app --example https://github.com/raflymln/nextjs-template/tree/main my-nextjs-project\n\n# or\n\npnpm create next-app --example https://github.com/raflymln/nextjs-template/tree/main my-nextjs-project\n\n```\n\nDeploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauldb09%2Fenglish_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpauldb09%2Fenglish_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauldb09%2Fenglish_project/lists"}