It is a project for easily templating blogs.
Use the package manager yarn
yarn install
yarn dev
First of all, thanks for thinking of contributing to this project. 😄 If you have any questions get in touch by slack
-
Create an issue or pick some issue that has not been assigned
-
Fork the repository
-
Install with
git clone your_forked_project cd vue-fi-blog yarn install
-
Run the test suite:
yarn test
-
Make your changes
-
Run the test suite and lint:
yarn test yarn lint
-
Push your fork and open a pull request.
A good PR will solve the smallest problem it possibly can, have good test coverage and (where necessary) have internationalisation support.