Skip to content

cbk2000/doit-revamp

 
 

Repository files navigation

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

About

revamp on doit because scheisse hit the fan i guess

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.8%
  • Shell 18.6%
  • CSS 12.2%
  • Python 3.4%