Skip to content

Commit

Permalink
docs: add Tauri introduction to README
Browse files Browse the repository at this point in the history
  • Loading branch information
liusong1111 committed Jul 9, 2020
1 parent c5899a9 commit 7fc5d4f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@

First you need to install [nodejs](https://nodejs.org/) and [yarn](https://yarnpkg.com/).

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), and built with [Ant Design Mobile](https://mobile.ant.design/), [Source Code Pro](https://github.com/adobe-fonts/source-code-pro), [Google Lato Font](https://fonts.google.com/specimen/Lato), [Feature Icon](https://github.com/feathericons/feather).
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app),
and built with [Ant Design Mobile](https://mobile.ant.design/),
[Source Code Pro](https://github.com/adobe-fonts/source-code-pro),
[Google Lato Font](https://fonts.google.com/specimen/Lato),
[Feature Icon](https://github.com/feathericons/feather).

It also uses [Tauri](https://github.com/tauri-apps/tauri) to build a desktop GUI.
check [Tauri docs](https://tauri.studio/docs/getting-started/intro) to setup development environment.

### Available Scripts

Expand Down

0 comments on commit 7fc5d4f

Please sign in to comment.