Skip to content

Latest commit

 

History

History
92 lines (56 loc) · 2.4 KB

README.md

File metadata and controls

92 lines (56 loc) · 2.4 KB

Tech Talk

This where we announce the up comming tech talk presenter and store their story link here.

screenshot

Additional description about the project and its features.

Built With

  • Major languages: CSS-3, HTML-5, and JS ES6
  • Frameworks: none
  • Technologies used: FIGMA, ESLINT, STYLELINT, and GitHub CI/CD

Live Demo

  1. Watch Video
  2. Live Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

The basic requirements for building the executable are:

  1. A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
  2. VSCode or any other equivalent code editor
  3. Node Package Manager (For installing packages like Lighthous, webhint & stylelint used for checking for debugging bad codes before deployment)

Setup

  1. Clone this project to your local repository
  • git clone https://github.com/bushmusi/tech-talk
  1. 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 .

Run tests

  1. Open your terminal from project dir
  2. Run: npm test

Authors

👤 Author1

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Thanks to Cindy Shin whose design of cc global summit 2015 was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.