https://github.com/xettri/techtrends
https://github.com/xettri/techtrends
ai aitrends javascript react techtrends typescript
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xettri/techtrends
- Owner: xettri
- Created: 2025-12-30T15:47:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-12-30T20:06:06.000Z (5 months ago)
- Last Synced: 2026-01-03T14:50:42.708Z (5 months ago)
- Topics: ai, aitrends, javascript, react, techtrends, typescript
- Language: TypeScript
- Homepage: https://xettri.github.io/techtrends/
- Size: 290 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Rsbuild project
## Setup
Install the dependencies:
```bash
pnpm install
```
## Get started
Start the dev server, and the app will be available at [http://localhost:3000](http://localhost:3000).
```bash
pnpm run dev
```
Build the app for production:
```bash
pnpm run build
```
Preview the production build locally:
```bash
pnpm run preview
```
## Learn more
To learn more about Rsbuild, check out the following resources:
- [Rsbuild documentation](https://rsbuild.rs) - explore Rsbuild features and APIs.
- [Rsbuild GitHub repository](https://github.com/web-infra-dev/rsbuild) - your feedback and contributions are welcome!