mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-14 16:24:08 +00:00
39 lines
701 B
Markdown
39 lines
701 B
Markdown
# Laconic
|
|
|
|
Repository for `Laconic`'s website.
|
|
|
|
## Featured Aspects of the Stack
|
|
|
|
- [TypeScript](https://www.typescriptlang.org/)
|
|
- [Next.js](https://nextjs.org/)
|
|
- [GSAP](https://greensock.com/gsap/)
|
|
|
|
## Get Started
|
|
|
|
1. Install yarn:
|
|
|
|
```
|
|
npm install -g yarn
|
|
```
|
|
|
|
2. Create `.env`: check out which environment variables you'll need to run the project in `.env.example`. Note that if running locally, your `NEXT_PUBLIC_API` should be set to `0.0.0.0:3000`.
|
|
|
|
3. Install the dependencies with:
|
|
|
|
```
|
|
yarn
|
|
```
|
|
|
|
4. Start developing and watch for code changes:
|
|
|
|
```
|
|
yarn dev
|
|
```
|
|
|
|
## Fleek Build:
|
|
|
|
The main branch is built on Fleek: https://laconiccom.on.fleek.co/
|
|
|
|
## Vercel
|
|
TODO
|