mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-13 06:14:07 +00:00
Laconic.com website
| .husky | ||
| .vscode | ||
| json | ||
| public | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| codegen-fix.js | ||
| Dockerfile | ||
| 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 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/configto 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