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
<each team member clones repo and then edits/replace with their name below>
- Andy Xu
- Hiroto Takeuchi
- Katie Lawson
- Peter Wu
- Jeremy Smart
Add node.js from https://nodejs.org/en/ and be able to use npm commands in the terminal
npm install
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
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.