Skip to content

celsom3/guidelines

 
 

Guidelines

Coding and contributing guidelines for Tallwave projects.

Table Of Contents

  1. Code of Conduct
  2. Contributing to Tallwave Projects
  3. Style Guides

General information

With all projects, we make heavy use of Github Flow for the development process.

HTML & CSS

At Tallwave, we want to write beautiful code, and make it look like the team is in sync on how to write HTML & CSS. When writing CSS (and any CSS pre-processors), stick to @mdo's code guide.

Development

It is possible to run this using Docker. This avoids having to set up jekyll locally, install themes, set up SASS, etc. Just a single dependency:

  • Docker

With Docker running in your system, run the following command to build the image and run the container:

./build.sh

Once the image is build, you don't have to keep building it. To make a running container of the built image, run:

docker-compose up

You should be able to see the site at http://127.0.0.1:4000.

Troubleshooting

To stop the docker container, press CTRL + C.

NOTE: If this produces an error, you may need to stop the running docker container that was unsuccessfully stopped. To do so, run docker container ls to see a list of all running containers. Take note of the first 4 digits of the container to be stopped, and run the command:

docker stop 2bdb

This will stop that running container.

About

Coding and contributing guidelines for Tallwave projects.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%