Laconic.com website
Go to file
Traxus cb5a31c159 Changes made to facilitate using local JSON files as a content source rather than dato cms
Set follwoing variable in env to enable the changeover:
NEXT_PUBLIC_DATOCMS_BYPASS_TYPE="local_json"

Setting the above env variable to anything else will revert the site to pulling from datocms, assuming the account is still active with them.

Look for any comment tagged with NEXT_PUBLIC_DATOCMS_BYPASS to see where the intercepts occur

Signed-off-by: Traxus <shyidx@gmail.com>
2023-04-21 17:55:35 -04:00
.husky Changes made to facilitate using local JSON files as a content source rather than dato cms 2023-04-21 17:55:35 -04:00
.vscode Initial Commit 2022-03-28 15:00:11 -03:00
json Changes made to facilitate using local JSON files as a content source rather than dato cms 2023-04-21 17:55:35 -04:00
public Changes made to facilitate using local JSON files as a content source rather than dato cms 2023-04-21 17:55:35 -04:00
src Changes made to facilitate using local JSON files as a content source rather than dato cms 2023-04-21 17:55:35 -04:00
.env.example imported recaptcha 2022-08-29 11:32:20 -07: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-lock.json Changes made to facilitate using local JSON files as a content source rather than dato cms 2023-04-21 17:55:35 -04:00
package.json Changes made to facilitate using local JSON files as a content source rather than dato cms 2023-04-21 17:55:35 -04:00
README.md Update README.md 2023-03-02 18:21:21 -05:00
tsconfig.json Revert "Oriofir/css" 2022-08-30 13:52:48 -07:00
tsconfig.tsbuildinfo captcha rendering on partners page 2022-09-08 15:08:09 -07:00
yarn.lock remove unnecessary state 2023-02-27 16:00:48 -05: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. 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