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
Begin by cloning this repository.
$ git clone https://github.com/techx/blueprint-splash-2025.git
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:
- Node.js: https://nodejs.org/en/download/
- Yarn: https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable
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
- π 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
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