Skip to content

A quick Svelte template to help you start your website

Notifications You must be signed in to change notification settings

acmCSUFDev/website-template

Repository files navigation

Portfolio Website Template with Svelte

acmDev website template for guided project Fall 2022

I. Getting Started

1. Clone the repo ( 2 ways )

  1. Using Git ( You'll need to Download Git first )
  • Type the command git clone https://github.com/acmCSUFDev/website-template.git in your terminal to clone
  1. Download the ZIP file from this repo ( Beginner Friendly )

Screen Shot 2022-10-06 at 4 09 14 PM

2. Open with VSCode

  • Once you've cloned our website template, open the folder in VSCode

Screen Shot 2022-10-06 at 4 11 25 PM

II. Run website locally

2. In your VSCode, open Terminal and type

npm install

3. After npm install, you should see a file called node_modules

4. Run your website by typing and click on the link provided

npm run dev

Screen Shot 2022-10-06 at 4 17 18 PM