Laconic.com website
Go to file
2023-10-21 15:42:29 -04:00
.husky Get off DatoCMS (#135) 2023-05-02 16:25:09 -04:00
.vscode Initial Commit 2022-03-28 15:00:11 -03:00
json crude telegram link fix 2023-09-16 13:07:52 -04:00
public update image in the intro to laconic blog post (#146) 2023-08-22 12:54:51 -04:00
src rm terms 2023-06-07 13:55:49 -04:00
.env.example Get off DatoCMS (#135) 2023-05-02 16:25:09 -04: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
Dockerfile use lts-slim 2023-10-18 11:04:28 -04: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 Get off DatoCMS (#135) 2023-05-02 16:25:09 -04:00
package.json static build outputs 2023-10-17 16:27:49 +00:00
README.md Update README.md 2023-10-21 15:42:29 -04: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 the Laconic website. It is currently deployed on our own infrastructure as a stack, tagged to a specific release.

To update the website, cut a release (e.g., v0.0.2), update the stack with the new release, then re-deploy:

  • ensure your ssh key has the correct access and user has been created
  • edit your ~/.ssh/config to add
Host dugwaybeds.vdb.to
  ProxyJump abernathy
  • then ssh yourUser@dugwaybeds.vdb.to
  • pull in the correct release and re-deploy

Local Development

  • Install yarn e.g,:
npm install -g yarn
  • Set env
export NEXT_PUBLIC_DATOCMS_BYPASS_TYPE="local_json"
  • Install the dependencies:
yarn
  • Run development server
yarn dev
  • Run production server
yarn build
yarn start
  • Static build
yarn export

creates ./out