Code Monkey home page Code Monkey logo

landing-page's Introduction

Baqul landing pages

Baqul adalah situs toko online dengan berbagai fitur yang memudahkan kamu buat mengelola dan mengembangkan bisnis kamu biar makin sukses.

Contributing

Ada yang hilang atau salah? jangan ragu untuk create a pull request! Bagian berikut akan menjelaskan bagaimana Anda dapat berkontribusi ke situs dokumentasi kami.

Development guide

Prerequisites

Node.js (8.0.0+)

Initial setup

Clone this repository.

git clone https://github.com/KodeSoft/landing-page
# npm
npm install

Running the server

To start working on this documentation, you need to start a development server.

# npm
npm run dev

Commit message guidelines

Kami menggunakan Commitizen dengan standar cz-conventional-changelog. Kami menyertakan Commitizen CLI di dalam repositori sehingga Anda dapat membuat pesan terformat hanya dengan mengetikkan npm commit.

Format

<type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>

Baris pertama harus berisi tipe komit, cakupan opsional, dan subjek komit. Badan pesan berisi deskripsi perubahan yang lebih panjang. Ini dicadangkan untuk informasi apa pun yang tidak muat di dalam baris subjek pesan komit. Perhatikan bahwa setiap baris pesan komit tidak boleh lebih dari 72 karakter. Footer adalah opsional, dan berisi informasi tambahan apa pun untuk komit (mis. Masalah diperbaiki, melanggar perubahan).

Commit types

Kami menggunakan tipe commit konvensional-changelog berikut:

feat:     A new feature
fix:      A bug fix
docs:     Documentation only changes
style:    Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
refactor: A code change that neither fixes a bug nor adds a feature
perf:     A code change that improves performance
test:     Adding missing tests or correcting existing tests
build:    Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
ci:       Changes to our CI configuration files and scripts (example scopes: travis, circle)
chore:    Other changes that don't modify src or test files
revert:   Reverts a previous commit

Authors

landing-page's People

Contributors

zeonji avatar decoderrony avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.