Skip to content

Commit 0cfe25e

Browse files
chore: update README (#39)
1 parent cffa0ff commit 0cfe25e

1 file changed

Lines changed: 3 additions & 23 deletions

File tree

README.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22

33
A modern, responsive web application for discovering and exploring modules and data sources from the ASIMOV ecosystem. Built with Astro, React, and TypeScript, it provides an intuitive interface to browse GitHub repositories from the `asimov-modules` organization and explore data sources with their endpoints.
44

5-
<img width="1277" height="773" alt="Знімок екрана 2025-08-06 о 17 01 00" src="https://github.com/user-attachments/assets/8be09316-6d87-47ca-8b70-15619d3d5f1f" />
5+
![sources-page](https://github.com/user-attachments/assets/ab010942-965e-433a-b8d7-79f4c98518bd)
6+
![modules-page](https://github.com/user-attachments/assets/f209d7e4-824d-4143-ab8b-f56f99373822)
67

78
## 🚀 Features
89

910
- **Dual Interface**: Browse both modules and data sources with dedicated views
1011
- **Real-time GitHub Integration**: Fetches live data from ASIMOV organizations with GitHub stats
11-
- **Smart Sorting**: Multiple sorting options including relevance, popularity, newest, and recently updated
1212
- **Mobile-First Design**: Fully responsive with optimized mobile layouts and interactions
13-
- **Interactive Module Cards**: Display stars, contributors, languages, topics, and last update
14-
- **Data Sources Explorer**: Browse datasets with endpoints, formats (JSON/RDF), and module connections
13+
- **Data Sources Explorer**: Browse datasets with endpoints and module connections
1514
- **Advanced Search**: Real-time filtering across modules and data sources
1615
- **Query Caching**: Efficient data management with TanStack Query
1716
- **Automated Sitemap**: SEO-optimized with automatic sitemap generation
@@ -95,15 +94,6 @@ Two main sections:
9594
- **Sources** (`/`): Browse data sources with endpoints and formats
9695
- **Modules** (`/modules`): Explore GitHub modules with metadata
9796

98-
### Sorting Options
99-
100-
Four sorting methods available for modules:
101-
102-
- **Most Relevant**: Custom algorithm combining stars, activity, description, and topics
103-
- **Most Popular**: Sorted by GitHub stars
104-
- **Newest**: Recently created repositories
105-
- **Recently Updated**: Latest activity
106-
10797
### Mobile Optimizations
10898

10999
- **Compact Layouts**: Streamlined mobile interfaces for all components
@@ -125,16 +115,6 @@ npm run build
125115
npm run preview
126116
```
127117

128-
### Deploy Options
129-
130-
The project is configured as a static site and can be deployed to:
131-
132-
- **Vercel**: Zero-config deployment with automatic builds
133-
- **Netlify**: Connect GitHub repository for continuous deployment
134-
- **GitHub Pages**: Static hosting with GitHub Actions
135-
- **Cloudflare Pages**: Fast global CDN deployment
136-
- **Any Static Host**: Use the generated `dist` directory
137-
138118
### SEO Features
139119

140120
- **Automatic Sitemap**: Generated at build time with all pages

0 commit comments

Comments
 (0)