This site is based on a simple SvelteKit starter template for "JOUR 73361: Coding the News,".
It's intended to show some interesting data.
- Clone the repository to your computer
- Open the project in VS Code
- Open a terminal and run:
npm install
npm run dev- Open http://localhost:5173 in your browser
- Edit
src/routes/+page.svelteto customize your page
The site will automatically deploy to GitHub Pages when you push to the main branch. To enable this:
- Go to your repository Settings > Pages
- Under "Source", select GitHub Actions
That's it! Every push to main will automatically build and deploy the site to https://<your-github-username>.github.io/<your-repository-name>/
This template includes a Storybook documentation app that demonstrates every component and the core SvelteKit patterns used in this project.
The storybook will publish at https://<your-github-username>.github.io/<your-repository-name>/storybook/
npm run storybook