{"id":13456843,"url":"https://github.com/spleafy/prismane-website","last_synced_at":"2026-01-30T19:14:07.850Z","repository":{"id":196366939,"uuid":"659438505","full_name":"spleafy/prismane-website","owner":"spleafy","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-10T14:27:25.000Z","size":56976,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-10T21:08:13.795Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://prismane-website.vercel.app","language":"MDX","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/spleafy.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,"zenodo":null}},"created_at":"2023-06-27T20:52:34.000Z","updated_at":"2025-03-14T06:38:53.000Z","dependencies_parsed_at":"2023-09-30T00:11:19.506Z","dependency_job_id":"7848eb24-3992-4945-9733-5f1f3bc4deca","html_url":"https://github.com/spleafy/prismane-website","commit_stats":null,"previous_names":["spleafy/prismane-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spleafy/prismane-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spleafy%2Fprismane-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spleafy%2Fprismane-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spleafy%2Fprismane-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spleafy%2Fprismane-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spleafy","download_url":"https://codeload.github.com/spleafy/prismane-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spleafy%2Fprismane-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28917590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T19:10:10.838Z","status":"ssl_error","status_checked_at":"2026-01-30T19:06:40.573Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-07-31T08:01:28.811Z","updated_at":"2026-01-30T19:14:07.832Z","avatar_url":"https://github.com/spleafy.png","language":"MDX","funding_links":[],"categories":["MDX"],"sub_categories":[],"readme":"# Prismane Website\n\nWelcome to the official **Prismane Website** repository. This repository contains the code for the official website of the [**Prismane**](https://github.com/prismaneui) UI library, built with **Next.js**. The website serves as a resource hub for developers, including documentation, changelog, and more.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Prismane Repository](#prismane-repository)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Startup Script](#startup-script)\n- [Tools Used](#tools-used)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nPrismane is a powerful and flexible UI component library designed to simplify the process of building modern web applications. This website serves as the main resource for users to explore the library, its components, and how to get started with it.\n\n## Prismane Repository\n\nFor more information about the **Prismane** UI library, visit the [Prismane GitHub Repository](https://github.com/prismaneui/prismane).\n\n## Prerequisites\n\nBefore you get started, make sure you have the following installed:\n\n- **Node.js** (v16 or higher)\n- **npm** or **Yarn** for package management\n\n## Installation\n\nTo get started with this project locally, follow these steps:\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/spleafy/prismane-website\n   cd prismane-website\n   ```\n\n2. Install the dependencies:\n   Using **npm**:\n   ```bash\n   npm install\n   ```\n   Or **Yarn**:\n   ```bash\n   yarn install\n   ```\n\n## Startup Script\n\nTo run the project locally, use one of the following commands:\n\nUsing **npm**:\n\n```bash\nnpm run dev\n```\n\nUsing **Yarn**:\n\n```bash\nyarn dev\n```\n\nThis will start the development server on [http://localhost:3000](http://localhost:3000).\n\n### Build for Production\n\nTo build the website for production:\n\n```bash\nnpm run build\n```\n\nOr with **Yarn**:\n\n```bash\nyarn build\n```\n\n## Tools Used\n\nThis project uses a range of tools to ensure the best development experience:\n\n- **Next.js** – A powerful React framework for building static and dynamic websites.\n- **React** – A JavaScript library for building user interfaces.\n- **TypeScript** – A superset of JavaScript that provides type safety and helps with large-scale application development.\n- **MDX** – A Markdown format that allows you to use JSX components inside Markdown content.\n- **ESLint** – A tool for identifying and fixing problems in JavaScript/TypeScript code.\n- **Prettier** – An opinionated code formatter.\n- **Tailwind CSS** – A utility-first CSS framework for rapid UI development.\n- **Phosphor Icons** – A set of icons used throughout the website.\n\n## Contributing\n\nWe welcome contributions from the community! If you'd like to contribute to the Prismane website, follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes.\n4. Commit your changes (`git commit -am 'Add new feature'`).\n5. Push your branch to the forked repository (`git push origin feature-branch`).\n6. Open a pull request on GitHub.\n\nPlease follow the [code of conduct](./CODE_OF_CONDUCT.md) and ensure your changes follow the code style used in this repository.\n\n## License\n\nThis repository is open-source and available under the [MIT License](./LICENSE).\n\n---\n\nFor any questions or concerns, feel free to open an issue or contact us.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspleafy%2Fprismane-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspleafy%2Fprismane-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspleafy%2Fprismane-website/lists"}