Go to file
2022-03-29 13:46:24 -03:00
.husky Initial Commit 2022-03-28 15:00:11 -03:00
.vscode Initial Commit 2022-03-28 15:00:11 -03:00
public [Section] Seen In (#4) 2022-03-29 13:37:55 -03:00
src feat: play videos 2022-03-29 13:46:24 -03:00
.gitignore Initial Commit 2022-03-28 15:00:11 -03:00
next-env.d.ts Initial Commit 2022-03-28 15:00:11 -03:00
next-sitemap.js Initial Commit 2022-03-28 15:00:11 -03:00
next.config.js Initial Commit 2022-03-28 15:00:11 -03:00
package.json Pre Footer (#1) 2022-03-28 20:09:37 -03:00
README.md Initial Commit 2022-03-28 15:00:11 -03:00
tsconfig.json Initial Commit 2022-03-28 15:00:11 -03:00
yarn.lock Pre Footer (#1) 2022-03-28 20:09:37 -03:00

Laconic

Repository for Laconic's website.

Get Started

  1. Install yarn:

    npm install -g yarn
    
  2. Install the dependencies with:

    yarn
    
  3. Start developing and watch for code changes:

    yarn dev
    

If you find you need to make extra config to make this work more seamlessly, feel free to submit a PR suggesting your changes. Our focus is to get you up and running with the least steps and burden as possible.