A simple Kanban Board built with typescript, Nuxt 3, composition API, Tailwind, Cypress and Vitest for testing and firebase for Backend.
- Use the package manager yarn to install Vue Kanban Board.
yarn install
touch .env- add your API keys to the .env file, you can use [AIzaSyDT46a8lkVrRy27ZrH5b8Ge9nGB_4sHc6E] to test
- then run
yarn dev- your application should be running on
http://localhost:3000/
- Fork this repository
- Clone your forked repository
- Add your contribution
- Commit and push
- Create a pull request
- Star this repository
- Wait for pull request to merge
- Celebrate your first step into the open source world and contribute more
- After installation in order to test you have to be running the application on
http://localhost:3000/ - once the application is running on port 3000, run
yarn cy- the above command would start up cypress
- This application has only e2e test so select that from the cypress menu
- Then you can select the test you want to run
- 21 hrs (4 days)