Grammarly

Seto Elkahfi committed Apr 22, 2024 at 14:27 UTC 705705796c713d47cc2188b33fc57e1d6c1990dc
1 file changed +5 -5
README.md
+5 -5
@@ -2,14 +2,14 @@
2
3 > {fast, correct} + {optimized, secure} = {tauri-on-bazel}
4
5 -A small repository to demonstrate how to build a [Tauri](https://tauri.app/) v1.5 project that is using [NextJS](https://nextjs.org/) v14 + Typescript + Tailwindcss as a frontend framework with [Bazel](https://bazel.build/) v6.
5 +This is a small repository to demonstrate how to build a [Tauri](https://tauri.app/) v1.5 project using [NextJS](https://nextjs.org/) v14 + Typescript + Tailwindcss as a frontend framework with [Bazel](https://bazel.build/) v6.
6
7 ![Screenshot 0 of Tauri on Bazel with NextJS, TypeScript, and Tailwindcss.](/screenshots/0.png?raw=true "Screenshot 0 of Tauri on Bazel with NextJS, TypeScript, and Tailwindcss.")
8 ![Screenshot 1 of Tauri on Bazel with NextJS, TypeScript, and Tailwindcss.](/screenshots/1.png?raw=true "Screenshot 1 of Tauri on Bazel with NextJS, TypeScript, and Tailwindcss.")
9
10 ## Before running it
11
12 -This project is using `git LFS`. After cloning it, remember to run the following commands
12 +This project is using `git LFS`. After cloning it, remember to run the following commands.
13
14 ```bash
15 git lfs install
@@ -18,19 +18,19 @@ git lfs pull
18
19 ## How to use
20
21 -To run Tauri in development mode just run
21 +To run Tauri in development mode, just run the following:
22
23 ```bash
24 bazel run :dev
25 ```
26
27 -To bundle your app just run
27 +To bundle your app, just run:
28
29 ```bash
30 bazel run :bundle
31 ```
32
33 -If you are interested in running or building the frontend only run
33 +If you are interested in running or building the front end, only run the following:
34
35 ```bash
36 bazel run :next-dev