A starter kit for the front-end of admin interfaces.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
A step-by-step set of instructions that tell you how to get your local dev environment running.
Clone repo:
git clone [email protected]:studio24/admin-starter-kit.gitSetup DDEV:
# may take a while to run for the first time
ddev start
# launch the site in the browser
ddev launchInstall project dependencies:
ddev npm installBuild front-end assets:
ddev npm run buildWatch for changes:
ddev npm run watchTo make changes to code first work on a branch and create a Pull Request to merge changes into the main branch.
- Amplify - Front-end starter kit
- Nicola Saunders - Front End Lead Developer - Studio 24