Git Product home page Git Product logo

2022's Introduction

BuildingBloCS 2022 Website

MAINTAINING


Application Requirements

Git will be used to install the project folder. Note that while downloading via zip file may work, Git is the preferred option. For installation via ZIP archive, view Installation via ZIP below.

  1. Git
  2. Jekyll
  3. Node.js
  4. Yarn

Installing Project Files


Installation via HTTPS

git clone https://github.com/buildingblocs/2022.git

Installation via SSH

git clone [email protected]:buildingblocs/2022.git

Installation via GitHub CLI

gh repo clone buildingblocs/2022

Installation via ZIP

Download the ZIP archive and extract it to a folder. This folder will now be your working directory. Simply open this folder in your favourite code editor and get working!


Installing project dependencies:


Yarn is the selected package manager for our project. Run yarn install to install all project dependencies.

yarn install

Building CSS from SASS

Only required if you are modifying stylesheets. Start grunt (tool to build .scss to .css) and make it watch for file changes:

yarn build watch

If you want to just build and exit, do:

yarn build

Upgrading Dependencies


Upgrading to latest compatible version. This is strongly recommended.

yarn upgrade --latest --caret

To upgrade all dependencies to the latest version. This is not recommended.

yarn upgrade --latest

View Website Locally


Jekyll is used to run a localised version of the website, that allows you to easily view the changes you make. Run jekyll serve in your project folder and type http://localhost:4000 into your web browser of choice to view the website.

jekyll serve

Visit the Jekyll docs for more information on the directory structure.

We strongly encourage local development and making pull requests as editing via the online environment could be messy and hard to organise. Thank you!





DEPLOYMENT


Making pull requests


To submit your changes, please either commit changes to a different branch or fork the repo and Create a Pull Request. Use the template in the .template folder for making a Pull Request.



Changing buildingblocs.sg Repo


To make this the site that visiting buildingblocs.sg redirects to, see this repo.




NOTE


This server uses SASS, hence the .scss files can be found at /assets/sass/

2022's People

Contributors

cpsggisc avatar harowo avatar

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.