mirror of https://github.com/VERT-sh/VERT.git
fix: getting started commands
This commit is contained in:
parent
94e4d00b53
commit
4f89b08bf2
|
|
@ -17,13 +17,13 @@ Make sure you have the following installed:
|
||||||
|
|
||||||
First, clone the repository:
|
First, clone the repository:
|
||||||
```sh
|
```sh
|
||||||
$ git clone https://github.com/VERT-sh/VERT
|
git clone https://github.com/VERT-sh/VERT
|
||||||
$ cd VERT/
|
cd VERT/
|
||||||
```
|
```
|
||||||
|
|
||||||
Install dependencies:
|
Install dependencies:
|
||||||
```sh
|
```sh
|
||||||
$ bun i
|
bun i
|
||||||
```
|
```
|
||||||
|
|
||||||
And finally, make sure you create a `.env` file in the root of the project. We've included a [`.env.example`](../.env.example) file which you can use to get started.
|
And finally, make sure you create a `.env` file in the root of the project. We've included a [`.env.example`](../.env.example) file which you can use to get started.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue