Skip to content

techx/blueprint-splash-2025

Repository files navigation

Blueprint 2025 Splash

Quick Start

If you just want to quickly copy and paste commands and get started working:

git clone https://github.com/techx/blueprint-splash-2025.git
cd blueprint-splash-2025
yarn install
yarn dev

Make a new branch in the format [name]/[section].

  • e.g. "annie/about"
  • If you are working on a team consider working on separate parts of the section or using VS Code Live Share

Overview

Begin by cloning this repository.

$ git clone https://github.com/techx/blueprint-splash-2025.git

Requirements

Requirement Version
Node.js >18.10.0
Yarn >1

Run the following commands to check your currently installed versions:

$ node --version
$ yarn --version

There are no guarantees other versions of specified requirements will work with Splash.

How to download the latest releases:

Installation + Runnning

Make sure you install the development dependencies by using the yarn package manager. Do not use npm only yarn.lock has the correct version of all the dependencies.

$ yarn install

Now you can start the development server, which is powered by Vite.

$ yarn dev

Where is Everything?

  • πŸ“ components/sections - contains all the main sections of splash (check go/splash-gsd to see who signed for which section)
  • πŸ“ public/images - all the assets from mkt, sorted into appropriate section folders

Contributing

Make a new branch in the format [name]/[section].

  • e.g. "annie/about"
  • If you are working on a team consider working on separate parts of the section or using VS Code Live Share

About

🧁 πŸ‘©β€πŸ³

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published