CI Generator is a project that generate a file gitlab-ci.yml to your repository (gitlab) This project it’s being built with:
- Node.js
- Express
- Sucrase
- Vue.js
To run this project it is necessary node.js, yam or npm in your instance
in the root of the project
yarn && yarn dev
or
npm i && npm run dev
then
cd public/
and run again
yarn && yarn serve
or
npm i && npm run serve
After the server starts, just go to
http://localhost:8080
New issues, features ideas, pull requests are welcome :) How to contribute:
- Make a fork in the project
- Create your own feature branch (git checkout -b feature/yourfeature)
- Commit what you added (git commit -m 'I added that thing')
- Make the push for your branch (git push origin feature/yourfeature)
- Open a pull request