pbp-fasilkom-ui / ganjil-2024

Situs Web Pemrograman Berbasis Platform Ganjil 2023/2024

Home Page:https://pbp-fasilkom-ui.github.io/ganjil-2024/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docubase

grogu

A Template base interface for Docusaurus Projects in CBK2000 Group

This website is built using Docusaurus 2

Prerequisites

  1. Node Js version 18 or above
  2. Yarn

Development

  1. Package installation

    $ yarn
    
  2. Run the application

    $ yarn start
    
  3. Translate plugin data

    $ yarn write-translations --locale en
    

    Please refer to i18n Tutorial.

Ground Rules

  1. No Direct Commits to Main (Contribute using branch and pull requests)
    git checkout -b "Branch Name"
    
    Branch naming is preferably on the feature that is being implemented/a bug that is being fixed/a chore that is being done
  2. Make sure the production branch is named 'main'
  3. Deployment to github pages is done automatically through github runners (Reference point master branch)
  4. For developers in windows, make sure to configure git to use LF ending instead of CRLF using either a. Locally
    git config core.autocrlf false
    
    b. Globally
    git config --global core.autocrlf false
    
  5. Make sure to make a clear commit message

Resources

doit-revamp

About

Situs Web Pemrograman Berbasis Platform Ganjil 2023/2024

https://pbp-fasilkom-ui.github.io/ganjil-2024/

License:GNU General Public License v3.0


Languages

Language:JavaScript 57.4%Language:TypeScript 30.9%Language:CSS 11.7%