mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-09-12 04:07:31 +00:00
improve readme
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
NEXT_PUBLIC_API="https://laconapi.vercel.app"
|
||||
NEXT_PUBLIC_CMS_ACCESS_TOKEN="280138ffd0e878d599892fc674d85a"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user