An open API service indexing awesome lists of open source software.

https://github.com/notwindstone/keyboard-wiki

My first web-related programming project after watching an hour length video about React. Used TypeScript, Vite, Tanstack Router, Mantine UI and PostCSS
https://github.com/notwindstone/keyboard-wiki

keyboard-wiki keyboards mantine-ui mdx postcss react react-typescript tanstack-router typescript vite

Last synced: 3 months ago
JSON representation

My first web-related programming project after watching an hour length video about React. Used TypeScript, Vite, Tanstack Router, Mantine UI and PostCSS

Awesome Lists containing this project

README

          

## Preview

![image](https://github.com/user-attachments/assets/8404ab9b-db7f-4113-9a54-cf498cf5134f)

![image](https://github.com/user-attachments/assets/0c0d495a-1f03-482c-b510-f2dd1b306b03)

## Tech stack

- Vite
- React
- TypeScript
- Mantine UI
- Tanstack Router
- MDX

## Requirements

- Node.js
- Any node.js-compatible package manager (I will use [bun.sh](https://bun.sh/))

## Running locally

Install dependencies:

```bash
bun install
```

Now you can run the development server:

```bash
bun dev
```

To run this app in production mode you need to build it first:

```bash
bun run build
```

Now you can either preview it:

```bash
bun run preview
```

Or deploy it to a hosting.

## Deploying

Refer to [Deploying a Static Site](https://vite.dev/guide/static-deploy.html#deploying-a-static-site)