Skip to content

CodeFiction/codefiction-tech

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published