https://github.com/codysherman/lumen-lads
https://github.com/codysherman/lumen-lads
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codysherman/lumen-lads
- Owner: codysherman
- License: bsd-3-clause
- Created: 2021-02-05T04:10:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T00:37:24.000Z (over 3 years ago)
- Last Synced: 2025-03-23T15:33:13.498Z (over 1 year ago)
- Language: Sass
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lumen Lads
## Project setup
```
yarn
```
### Compiles and hot-reloads for development
```
yarn start
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).