To copy the configuration files to the asset directory, run:
make copy
Ensure you have the Live Server extension installed in VS Code. https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
Run the following command in your terminal:
code web/
- Press Cmd + Shift + P (macOS) or Ctrl + Shift + P (Windows/Linux).
- Search for and select Live Server: Open with Live Server.
This will launch your project in the browser for live preview. 🚀