improve readme

This commit is contained in:
Julian Benegas
2022-07-14 15:47:32 -03:00
parent ffe6b0b860
commit b250ad00c7
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
NEXT_PUBLIC_API="https://laconapi.vercel.app"
NEXT_PUBLIC_CMS_ACCESS_TOKEN="280138ffd0e878d599892fc674d85a"
+4 -2
View File
@@ -16,13 +16,15 @@ Repository for `Laconic`'s website.
npm install -g yarn
```
2. Install the dependencies with:
2. Create `.env`: check out which environment variables you'll need to run the project in `.env.example`
3. Install the dependencies with:
```
yarn
```
3. Start developing and watch for code changes:
4. Start developing and watch for code changes:
```
yarn dev