mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-15 21:24:05 +00:00
34 lines
624 B
Markdown
34 lines
624 B
Markdown
# Laconic
|
|
|
|
Repository for `Laconic`'s website.
|
|
|
|
## Featured Aspects of the Stack
|
|
|
|
- [TypeScript](https://www.typescriptlang.org/)
|
|
- [Next.js](https://nextjs.org/)
|
|
- [GSAP](https://greensock.com/gsap/)
|
|
|
|
## Get Started
|
|
|
|
1. Install yarn:
|
|
|
|
```
|
|
npm install -g yarn
|
|
```
|
|
|
|
2. Install the dependencies with:
|
|
|
|
```
|
|
yarn
|
|
```
|
|
|
|
3. 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.
|