Skip to content

ProfAvery/cpsc349-project1-summer2021

Repository files navigation

Getting started with Project 1

Install q in order to run SQL directly on TSV files:

$ sudo apt update
$ sudo apt install python3-q-text-as-data

Fork the GitHub cpsc349-project1 repository, then clone your forked repository locally:

$ git clone https://github.com/USERNAME/cpsc349-project1.git

Download the Unsplash Lite dataset and extract some pet photos:

$ cd cpsc349-project1/unsplash
$ make

Install and start the Eleventy static site generator:

$ cd ..
$ npm install
$ npm start

Open the newly generated site.

About

California State University, Fullerton - CPSC 349 - Web Front-End Engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published