/doit-revamp

revamp on doit because scheisse hit the fan i guess

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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
  1. Run the application
$ yarn start

Ground Rules

  1. No Direct Commits to Master (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 'master'
  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

Last Edit: 20/07/2023