mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-13 14:04:08 +00:00
Laconic.com website
| .husky | ||
| .vscode | ||
| public | ||
| src | ||
| .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 | ||
| yarn.lock | ||
Laconic
Repository for Laconic's website.
Featured Aspects of the Stack
Get Started
-
Install yarn:
npm install -g yarn -
Install the dependencies with:
yarn -
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.