https://github.com/multiplyco/fluent-development.github.io
https://github.com/multiplyco/fluent-development.github.io
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/multiplyco/fluent-development.github.io
- Owner: multiplyco
- Created: 2020-03-06T14:28:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T12:20:35.000Z (over 3 years ago)
- Last Synced: 2026-02-06T02:47:07.378Z (5 months ago)
- Language: Clojure
- Size: 3.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fluent website
## Setup
Run `yarn`
Run `yarn install-deps`
## Prod
Run `yarn build`
## Dev
Terminal 1: `yarn sass:dev`
Terminal 2: `yarn build:dev`
Terminal 3: `yarn serve`
Open `localhost:8080`