Go to file
2022-04-13 12:55:59 -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 feat: change bg image 2022-04-12 10:34:51 -03:00
src Mailchimp API (#40) 2022-04-13 12:55:59 -03:00
.gitignore Initial Commit 2022-03-28 15:00:11 -03: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-lock.json Blog page (#15) 2022-04-11 12:18:52 -03:00
package.json Mailchimp API (#40) 2022-04-13 12:55:59 -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 Mailchimp API (#40) 2022-04-13 12:55:59 -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.