Git Product home page Git Product logo

punggawa-web's Introduction

Punggawa Web

Merupakan sebuah website dari organisasi punggawa IT Telkom Surabaya

Contributor Rules

  • Mengikuti penulisan template yang telah dibuat
  • Sertakan comment di setiap section contohnya seperti di bawah ini
{{-- Header start --}} // ini adalah comment di laravel
        <h1 class="text-3xl text-red-900 font-bold underline">
            Hello world!
        </h1>
{{-- Header end --}}
  • Pesan commit harus jelas, contoh aturan penulisan commit:
    • build : Perubahan yang memengaruhi sistem build atau dependensi eksternal (contoh cakupan: gulp, brokoli, npm)
    • ci : Perubahan pada file dan skrip konfigurasi CI kami (contoh cakupan: Circle, BrowserStack, SauceLabs)
    • docs : Perubahan documentasi
    • feat : Membuat fitur baru
    • fix : Memperbaiki bug
    • perf : Perubahan kode yang meningkatkan kinerja
    • refactor : Perubahan kode yang tidak memperbaiki bug atau menambahkan fitur
    • style : Perubahan yang tidak mempengaruhi arti kode (spasi putih, format, titik koma hilang, dll)
    • tes : Menambahkan tes yang hilang atau memperbaiki tes yang ada
  • Sebelum melakukan push, wajib membuat branch baru sesuai dengan fitur yang di kerjakan contohnya feature/login dan dilarang push ke branch main
  • Sebelum melakukan push, wajib melakukan pull terlebih dahulu ke branch main dan merge ke branch yang telah di buat, lalu pull request

Instalation

Clone Repository

git clone [email protected]:alirfanyasin/Punggawa-Web.git

Tulis perintah dibawah in untuk menginstal depedensi yang di perlukan

composer install

npm install

Lalu copy file .env

cp .env.example .env

Setelah itu lakukan generate key

php artisan key:generate

Running Project

php artisan serve    

npm run dev

Symblink Route

// Symblink
Route::get('symblink', function () {
  $targetFolder = base_path() . '/storage/app/public';
  $linkFolder = $_SERVER['DOCUMENT_ROOT'] . '/storage';
  symlink($targetFolder, $linkFolder);
});

License

The Laravel framework is open-sourced software licensed under the MIT license.

punggawa-web's People

Watchers

 avatar

punggawa-web's Issues

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.