w3c-website-redesign-html

W3C Website redesign - HTML prototype

Stars
5

W3C Website redesign - HTML prototype

URLS

Development: https://w3c-dev.studio24.dev

Installing

Requirements

Installing locally

A step-by-step set of instructions that tell you how to get your local dev environment running.

Clone repo:

git clone [email protected]:w3c/w3c-website-redesign-html.git

Install project dependencies:

# Switch your version of Node to the correct version for this project (see `.nvmrc`)
nvm use

# From the project root:
npm install

Build assets:

# From the project root:
npm run build

Watch for changes:

# From the project root:
npm run watch

Deployment

We use Deployer for deployment.

The deployment uses your local repo path at

~/Sites/w3c-website-redesign-html Note: Please ensure that you have ran the necessary build commands prior to deploying Deploy to development

nvm use
dep deploy development

Deploy a custom branch to development:

dep deploy development --branch=branch-name-to-deploy