Skip to content
/ 11056-project2 Public template

Code for 11056 project 2

Notifications You must be signed in to change notification settings

UC-Design/11056-project2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

11056-project2

11056 Project 2 Starter

This is repo containing everything you need to start Project 2. All you need to do is clone this repository to your computer and start editing...

Make sure you refer to Canvas for more info.

Install Elventy

From Terminal, navigate to the folder you saved the repository in:

Type npm create

or, if that doesn't work: npm install --save-dev @11ty/eleventy

Test your site

Open Terminal and type: npm start

This will create a local server to test the website.

Go to: http://localhost:8080 to view your site

Build the site

Run npm build

Open up your site folder and you'll discover a folder within it called final-website this is where your actual site files are located.

About

Code for 11056 project 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published