Register (#1)
Reviewed-on: phoenix/textsender#1 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
@@ -10,3 +10,17 @@ Currently, two official plugins are available:
|
||||
## Expanding the ESLint configuration
|
||||
|
||||
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.
|
||||
|
||||
# Getting started
|
||||
|
||||
Loading dependencies
|
||||
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
## Running app
|
||||
|
||||
```
|
||||
npm run dev
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user