The projects builds an online website for a comedy show. The design is an original by from the Cindy Shin in Behance of a conference website. Original design idea by Cindy Shin in Behance.
- Major languages : css, html, js
- Technologies used
To get a local copy up and running follow these simple example steps.
To get a local copy up and running follow these simple example steps.
- Node.js installed
In the first commit of your feature branch create a .github/workflows folder and add a copy of .github/workflows/linters.yml to that folder.
# .gitignore
node_modules/
An open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, SEO and more.
- Run
npm install --save-dev hint@7.x
-
Copy .hintrc to the root directory of your project.
-
Run
npx hint .
- Fix validation errors.
- Run
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
- Copy .stylelintrc.json to the root directory of your project.
- Run
npx stylelint "**/*.{css,scss}"
on the root of your directory of your project. - Fix linter errors.
sudo apt install nodejs
👤 Mancoba Sihlongonyane
- GitHub: @manq2010
- Twitter: @mancoba_c
- LinkedIn: mancobasihlongonyane
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Would like to acknowlegde Cindy Shin in Behance for the design template used in the project.
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.