Skip to content

This project is done using HTML, SCSS and Javascript. The project is also set up with html-css and javascript linters.

License

Notifications You must be signed in to change notification settings

serengia/Entrepreneurs-Forum-Summit---Capstone-Project

Repository files navigation

Capstone project: Entrepreneurs Forum Summit landing page

entrepeneurs-summit

This project is done using HTML, SCSS and Javascript. The project is also set up with html-css and javascript linters.

Built With

  • Html and SASS
  • Javascript
  • Linters (Html, scss and Javascript linters)

Getting Started

To get a local copy up, CD into the project folder and run:

npm install

Running Linters From the Command-line

To execute Webhint linters, run the command bellow (Instead of using . to run the linter from the root, you can also specify a specific directory, i.e.** npx hint ./index**):

npx hint .

Then manually fix the highlighted errors is any.

To execute style linters, run the command bellow:

npx stylelint "**/*.scss"

Then manually fix the highlighted errors is any.

To auto fix stylelint errors that are fixable automatically, run

npx stylelint "**/*.scss" --fix

You can learn more here>>

Live Demo

Live Demo Link

Authors

👤 Author

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

This project is done using HTML, SCSS and Javascript. The project is also set up with html-css and javascript linters.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published