You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,31 @@
1
-
# Hoagie Template
1
+
# HoagieSparks
2
2
3
-
Hoagie Club's app template repository.
3
+
Repository for HoagieSparks.
4
4
5
5
## Getting Started
6
6
7
7
### Prerequisites
8
8
9
-
Before you begin, ensure you have [Bun](https://bun.sh/) installed. You can install Bun via [Homebrew](https://brew.sh/) using the following command:
9
+
Before you begin, ensure you have [Yarn](https://yarnpkg.com/) installed. You can install Yarn via [Homebrew](https://brew.sh/) using the following command:
10
10
11
11
```bash
12
-
brew install bun
12
+
brew install yarn
13
13
```
14
14
15
15
### Installation
16
16
17
17
To install the necessary dependencies, run:
18
18
19
19
```bash
20
-
bun install
20
+
yarn
21
21
```
22
22
23
23
### Running the App
24
24
25
25
Once the dependencies are installed, you can start the development server by running:
26
26
27
27
```bash
28
-
bun run dev
28
+
yarn dev
29
29
```
30
30
31
31
The app will now be running locally, and you can view it in your browser at localhost:3000.
0 commit comments