Skip to content

W3C Website redesign - HTML prototype

Notifications You must be signed in to change notification settings

w3c/w3c-website-redesign-html

Repository files navigation

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 git@github.com: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

About

W3C Website redesign - HTML prototype

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages