Codefiction Home Page homepage source code.
This repository is built using Angular. There are two ways to build and test this application
Why would you install stupid stuff to your shiny laptop while you can Dockerize it? Exactly!
docker-compose up serve
docker-compose up lint
docker-compose up test
If you are one of those old fashioned guys you can still build the code using the following npm
commands
npm install
npm test
npm run start:dev
npm run lint
Navigate to http://localhost:4200/
Fork the repository, make your changes and send a Pull Request. Please don't merge any PR unless you're 100% sure it's working.