Skip to content

group-project-01-2221-swen-101-03-7-coolteamname created by GitHub Classroom

Notifications You must be signed in to change notification settings

SWEN-101/2221-SWEN-101-03-7-coolteamname

Repository files navigation

For the graders

Technically none of the files in this repo is HTML however all of the .svelte file has the exact same syntax as html page and we are treating it as html page For the HTML page assignment please open the files in the src/routes/[pageName]/+page.svelte

To actually see the page follow the steps below

Team

<each team member clones repo and then edits/replace with their name below>

  • Andy Xu
  • Hiroto Takeuchi
  • Katie Lawson
  • Peter Wu
  • Jeremy Smart

Setup

Add node.js from https://nodejs.org/en/ and be able to use npm commands in the terminal

install with npm

npm install

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

group-project-01-2221-swen-101-03-7-coolteamname created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published