Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.13 KB

Readme.md

File metadata and controls

32 lines (24 loc) · 1.13 KB

Gitter Build Status

Codefiction Homepage

Codefiction Home Page homepage source code.

Building the code

This repository is built using Angular. There are two ways to build and test this application

Building using Docker

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

Building using local Node

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/

Contribution

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.