Skip to content

Latest commit

 

History

History
161 lines (106 loc) · 4.56 KB

README.md

File metadata and controls

161 lines (106 loc) · 4.56 KB

License Last Commit Language Most Used Implementations Repository Size

Forks Stars Watches

Welcome to company-questions 👋

Template for response questions

Demo

Screenshots screenshot-1 screenshot-2 screenshot-3

🔖 Table Of Contents


🤔 How To Use

Using node

Install Dependencies

yarn

Run Aplication

yarn dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Run storybook

yarn storybook

Run tests

yarn cypress-open

Using docker

Run Aplication

sudo make start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Run storybook

Open http://localhost:6006 to view storybook in the browser.

sudo make storybook

Run tests

sudo make tests

Back To The Top


🚀 Technologies

Back To The Top


🎊 Features

🎇 Finished

  • Create layout
  • Add docker
  • Add storybook
  • Add tests
  • Create Readme

🎆 Pendent

Back To The Top


💡 How To Contribute

  • Make a fork of this repository
  • Clone to you machine and entry on respective paste
  • Create a branch with your resource: git checkout -b my-feature
  • Commit your changes: git commit -m 'feat: My new feature'
  • Push your branch: git push origin my-feature
  • A green button will appear at the beginning of this repository
  • Click to open and fill in the pull request information

Contributions, issues and features requests are welcome!
📮 Submit PRs to help solve issues or add features
🐛 Find and report issues
🌟 Star the project

Back To The Top


👤 Author

👤 Mikael R

Back To The Top


This README was generated with 💟 by readme-template-generator