Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbl/macrame-dev
https://github.com/cbl/macrame-dev
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cbl/macrame-dev
- Owner: cbl
- Created: 2021-06-24T12:33:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T14:43:15.000Z (over 3 years ago)
- Last Synced: 2024-10-11T07:10:02.584Z (about 1 month 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-vue3npm run watch-react
npm run prod-react
```