Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cbl/macrame-dev


https://github.com/cbl/macrame-dev

Last synced: 13 days ago
JSON representation

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
```