e5131d6 feat: add session 1
~nicolaskempf57 pushed to ~nicolaskempf57/Warhammer-Fantasy-Jeu-de-Role git
1997f04 feat: update images
~nicolaskempf57 pushed to ~nicolaskempf57/Warhammer-Fantasy-Jeu-de-Role git
View on the Statamic Marketplace!
casual
and formal
to adapt to your personal styleYou can spin up a new install of Statamic along with this Starter Kit all in one command by using the Statamic CLI Tool
statamic new mysite statamic/starter-kit-starters-creek
Follow the prompts and you'll be up and running shortly.
You can alternatively install Starter Kits into an existing Statamic 3.2+ site by running the following command while inside that install's root directory:
php please starter-kit:install statamic/starter-kit-starters-creek
The TailwindCSS included in this kit is compiled with PurgeCSS to reduce filesize on any unused classes and selectors. If you want to modify anything you'll need to recompile it.
npm i && npm run dev
To compile for production again:
npm run production
Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.