Skip to content

Repository files navigation

This site is based on a simple SvelteKit starter template for "JOUR 73361: Coding the News,".

It's intended to show some interesting data.

Quick Start

  1. Clone the repository to your computer
  2. Open the project in VS Code
  3. Open a terminal and run:
npm install
npm run dev
  1. Open http://localhost:5173 in your browser
  2. Edit src/routes/+page.svelte to customize your page

Deployment

The site will automatically deploy to GitHub Pages when you push to the main branch. To enable this:

  1. Go to your repository Settings > Pages
  2. 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>/

Documentation

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/

Run Storybook locally

npm run storybook

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages