https://github.com/masoniteframework/masonite-packages
[Alpha] Website to list all Masonite packages and find a package for your next project
https://github.com/masoniteframework/masonite-packages
Last synced: 3 months ago
JSON representation
[Alpha] Website to list all Masonite packages and find a package for your next project
- Host: GitHub
- URL: https://github.com/masoniteframework/masonite-packages
- Owner: MasoniteFramework
- License: mit
- Created: 2020-09-21T12:28:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T13:43:01.000Z (about 4 years ago)
- Last Synced: 2025-06-19T11:07:31.388Z (12 months ago)
- Language: Python
- Homepage: https://masonite-packages.herokuapp.com
- Size: 332 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Masonite packages (alpha)
[https://packages.masoniteproject.com/](https://packages.masoniteproject.com/)
Repository of the website used to list all [Masonite](https://github.com/MasoniteFramework/masonite) packages and find a package for your next project !

## Getting started
```
npm install
npm run dev
pip install -r requirements
python craft serve
```