This where we announce the up comming tech talk presenter and store their story link here.
Additional description about the project and its features.
- Major languages:
CSS-3
,HTML-5
, andJS ES6
- Frameworks: none
- Technologies used: FIGMA, ESLINT, STYLELINT, and GitHub CI/CD
To get a local copy up and running follow these simple example steps.
The basic requirements for building the executable are:
- A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
- VSCode or any other equivalent code editor
- Node Package Manager (For installing packages like Lighthous, webhint & stylelint used for checking for debugging bad codes before deployment)
- Clone this project to your local repository
git clone https://github.com/bushmusi/tech-talk
- Getting pkg and debugging tools
- Initialise pkg
npm init
Install style debugger tool
-
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
If you want to check your style run below command -
npx stylelint "**/*.{css,scss}"
-
Web SEO and debugging tool
-
npm install --save-dev hint@6.x
-
If you want to check your page
-
npx hint .
-
Install JS debugger
-
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
-
Check your js code
-
npx eslint .
- Open your terminal from project dir
- Run:
npm test
👤 Author1
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to Cindy Shin whose design of cc global summit 2015 was used
- Inspiration
- etc
This project is MIT licensed.