Skip to content

Commit

Permalink
readme notes
Browse files Browse the repository at this point in the history
  • Loading branch information
plmrry committed Feb 9, 2024
1 parent dff1491 commit 2abf236
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions flatfront/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ Flatfront is a new frontend for FlatHUB, the Flathub client. It is built with [A
- [TanStack Table](https://tanstack.com/table/latest): A React table component library
- [D3](https://d3js.org/): A data visualization library
- [Highcharts](https://www.highcharts.com/): Another data visualization library

# Development

Within the `flatfront` directory:

```bash
npm install
npm run dev
```

0 comments on commit 2abf236

Please sign in to comment.