Skip to content

bitcamp/bitcamp-site-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 Bitcamp's 2022 Website

The main website for registering for Bitcamp 2022. It is built using Bootstrap 5.

🗺️ Project Layout

🚀 Quick start

To get started with development:

  • Clone this repository
git clone --recurse-submodules https://github.com/bitcamp/bitcamp-site-2022
  • Download the Beautify VSCode extension
    • It is an extension that makes your HTML look beautiful on save 💅
    • If you don't use VSCode, scroll down to the plugins section of the js-beautify website and find the plugin for your editor of choice.

❓ FAQ

  • Someone else modified the bitcamp-brand submodule version. How do I get those changes (git pull alone doesn't work)?
git submodule update --init --recursive
  • The bitcamp-brand repo updated. How do I pull those changes into this repo?
git submodule update --remote

🔗 Useful Resources

The Basics

Documentation

Inspiration