This repository has been archived on 2025-05-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Astral-nook/BUILDING.md
2018-03-31 16:33:10 -05:00

10 lines
167 B
Markdown

# Building Assets
```
yarn install
php artisan vue-i18n:generate
php artisan ziggy:generate resources/assets/pterodactyl/scripts/helpers/ziggy.js
npm run build
```