A beginner-friendly LightNet starter for developers, using a fictional skateboard ministry as a demonstration site. Learn how LightNet works, explore best practices, and build your own media library from this example.
🔗 Live preview: https://example-template.pages.dev
To create a local copy, run the following from your terminal:
npm create astro@latest -- --template LightNetDev/example-template💡 Tip: Look for the TODO comments in the code — they’ll walk you through the first steps of setting things up and making it your own.
For more help on starting with this template, check out the getting started guide.
All commands are run from the root of the project, from a terminal:
| Command | Description |
|---|---|
npm install |
Install all project dependencies |
npm run dev |
Start the local development server at localhost:4321 |
npm run build |
Build the production site to the ./dist/ folder |
npm run preview |
Preview the production build locally |
Take a look at the LightNet developer docs.
This template is shared under the MIT-0 License — you're welcome to reuse it, tweak it, or even remove the license. Make it yours!