Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.2 KB

About

This is the landing page for SOKo - Subject Oriented Communications.

How to start developing

  • Make sure, you have npm installed
  • Run $ npm install
  • Run $ npx netlify dev

Browser support

We follow default configuration of Browserslist. Run > npx browserslist to see the list of supported browsers.

Issues

Issues are tracked on Github.

Formatting

We believe in using default settings where possible.

Sitemap

A sitemap helps search engine crawlers finding all websites. Reference: https://www.sitemaps.org/protocol.html Our sitemap: /dist/sitemap.xml When to update: When non-minor changes are made

Branch naming

Git branch names have the format <type>/<name>. Possible values for <type> are listed in the following table.

branch type meaning
bugfix A bugfix
chore A chore/task to be done
feature A new feature
usability Usability improvements

<name> is lower-kebab-cased.

Example: bugfix/fix-typo

Exceptions: master branch is called master.