Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 559 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 559 Bytes

Getting started with Project 3

This project uses a simpler configuration that does not use Eleventy (though you are welcome to add it yourself).

The input file src/tailwind.css compiles to docs/styles/tailwind.css, but the rest of the files for the site have been placed directly in the docs/ directory.

Install and start the project:

$ npm install
$ npm start

Open the newly generated site

A new npm test script lints the code and enforces JavaScript Standard Style.