https://github.com/cbl/macrame-dev
https://github.com/cbl/macrame-dev
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cbl/macrame-dev
- Owner: cbl
- Created: 2021-06-24T12:33:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T14:43:15.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T04:11:19.886Z (about 1 year ago)
- Language: PHP
- Size: 2.51 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Macrame Laravel Dev Project
## Setup
```shell
npm run clone
npm install
composer install
```
## Build
```shell
npm run watch-vue3
npm run prod-vue3
npm run watch-react
npm run prod-react
```