Go to file
2022-07-14 13:56:14 -07:00
.husky Initial Commit 2022-03-28 15:00:11 -03:00
.vscode Initial Commit 2022-03-28 15:00:11 -03:00
public Updated banner videos in "About" 2022-07-14 13:56:14 -07:00
src Styles 2022-07-09 13:57:10 +02:00
.env.example improve readme 2022-07-14 15:47:32 -03:00
.gitignore Update forms 2022-06-16 00:14:44 +02:00
codegen-fix.js Blog page (#15) 2022-04-11 12:18:52 -03:00
gql-codegen.yml fix: search api on blog 2022-04-11 13:02:44 -03:00
index.d.ts Mailchimp API (#40) 2022-04-13 12:55:59 -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 Update dependencies (#20) 2022-04-06 14:44:09 -03:00
package.json New nav (#77) 2022-06-29 19:36:36 +02:00
README.md improve readme 2022-07-14 15:47:32 -03:00
tsconfig.json Initial Commit 2022-03-28 15:00:11 -03:00
yarn.lock New nav (#77) 2022-06-29 19:36:36 +02:00

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

  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/