Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 651 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 651 Bytes

HTML/CSS

Code source de mon support de cours HTML/CSS

Netlify Status

Dev

npm install
npm run start

The site will be served by parcel at localhost:1234.

Prod

npm install
npm run build

The site will be generated into a dist/ folder.

Issues & pull requests

Feel free to submit an issue or a pull request if something is broken or missing.