Portfolio Website Template with Svelte
acmDev website template for guided project Fall 2022
I. Getting Started
1. Clone the repo ( 2 ways )
- 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
- Download the ZIP file from this repo ( Beginner Friendly )
2. Open with VSCode
- Once you've cloned our website template, open the folder in VSCode
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