mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-03-04 02:14:07 +00:00
Laconic.com website
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> |
||
|---|---|---|
| .husky | ||
| .vscode | ||
| json | ||
| public | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| codegen-fix.js | ||
| gql-codegen.yml | ||
| index.d.ts | ||
| next-env.d.ts | ||
| next-sitemap.js | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.tsbuildinfo | ||
| yarn.lock | ||
Laconic
Repository for Laconic's website.
Featured Aspects of the Stack
Get Started
-
Install yarn:
npm install -g yarn -
Create
.env: check out which environment variables you'll need to run the project in.env.example. Note that if running locally, yourNEXT_PUBLIC_APIshould be set to0.0.0.0:3000. -
Install the dependencies with:
yarn -
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