Skip to content

Template for Modern Web Development Guided Project from NTNU CSIE Camp 2022.

License

Notifications You must be signed in to change notification settings

xmu310/xmu310.github.io1

 
 

Repository files navigation

Portfolio Template

An example website made for Modern Web Development Guided Project, one of the courses in NTNU CSIE Camp 2022.

Setup

  1. Install Node.js 16+
  2. Install PNPM globally (optional)
    • npm i -g pnpm
  3. Install the dependencies
    • pnpm i (if you installed PNPM globally)
    • or npx pnpm i
  4. Run the development server
    • pnpm dev (if you installed PNPM globally)
    • or npm run dev

Now, you should be able to visit the website at http://localhost:3000.

Build

  • pnpm build (if you installed PNPM globally)
  • or npm run build

The built website will be placed in dist/.

And you can use pnpm preview (npm run preview) to preview the built website in your browser.

Tech Stack

About

Template for Modern Web Development Guided Project from NTNU CSIE Camp 2022.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 72.0%
  • JavaScript 12.3%
  • HTML 10.2%
  • CSS 5.5%