https://github.com/studio24/admin-starter-kit
A starter kit for the front-end of admin interfaces
https://github.com/studio24/admin-starter-kit
Last synced: 12 months ago
JSON representation
A starter kit for the front-end of admin interfaces
- Host: GitHub
- URL: https://github.com/studio24/admin-starter-kit
- Owner: studio24
- License: mit
- Created: 2025-07-01T13:29:10.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-01T15:12:05.000Z (12 months ago)
- Last Synced: 2025-07-01T15:21:55.161Z (12 months ago)
- Language: SCSS
- Size: 423 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Admin Starter Kit
A starter kit for the front-end of admin interfaces.
## Getting started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### In this document
* [Site URLs](#site-urls)
* [Installing](#installing)
* [Making changes](#making-changes)
* [Built with](#built-with)
* [Credits](#credits)
## Site URLs
### Development
* https://admin-starter-kit.ddev.site/
## Installing
### Requirements
- PHP 8.4
- [DDEV](https://ddev.com) v1.24+
- Node (see .nvmrc file for LTS version)
- [NPM](https://www.npmjs.com/)
- [NVM](https://github.com/creationix/nvm)
### Installing locally
A step-by-step set of instructions that tell you how to get your local dev environment running.
Clone repo:
````bash
git clone git@github.com:studio24/admin-starter-kit.git
````
Setup DDEV:
```bash
# may take a while to run for the first time
ddev start
# launch the site in the browser
ddev launch
```
Install project dependencies:
````bash
# Switch your version of Node to the correct version for this project (see `.nvmrc`)
nvm use
npm install
````
Build front-end assets:
````bash
npm run build
````
Watch for changes:
````bash
npm run watch
````
## Making changes
To make changes to code first work on a branch and create a Pull Request to merge changes into the `main` branch.
## Built with
- [Amplify v10](https://amplify.studio24.net/amplify/) - Front-end starter kit
## Credits
- **Nicola Saunders** - *Front End Lead Developer* - Studio 24