laconic-dot-com/README.md
2022-07-19 13:35:41 -07:00

684 B

Laconic

Repository for Laconic's website.

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/