CodeFiction / codefiction-tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:HTML 44.5%Language:TypeScript 31.7%Language:CSS 16.4%Language:JavaScript 7.4%