Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Update index.twig
Browse files Browse the repository at this point in the history
Edits for clarity.
  • Loading branch information
kerns authored Jul 25, 2022
1 parent 53becfa commit c091baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<div class="p-4 mb-12 md:text-center md:px-16 font-body">
<p class="{{pStyle}} {{hrStyle}} after:bg-[#f72c6c]">You’re viewing the <code>index.twig</code> file located at the root of your <code>/templates</code> directory.<p>
<p class="{{pStyle}} {{hrStyle}} after:bg-[#bf49af]">Run <code>make dev</code> to start Vite, enabling HMR and Live Reload.</p>
<p class="{{pStyle}} {{hrStyle}} after:bg-[#5a62ab]">Then make some changes to <code>index.twig</code> to verify changes are being pushed to your browser.</p>
<p class="{{pStyle}} {{hrStyle}} after:bg-[#5a62ab]">Reload this page and then make some changes to <code>templates/index.twig</code> to verify changes are being pushed to your browser.</p>
<p class="{{pStyle}}">Build your project for production with <code>make build</code>. The default location for bundled assets is <code>/web/dist/</code>.</p>
</div>

Expand Down

0 comments on commit c091baa

Please sign in to comment.