Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 467 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 467 Bytes

web-prototype

Prototypes for new website components in React.

Build

Uses Node.js version 16 and npm version 8. (You can use nvm to install both and conveniently switch between node versions.) Then run the following as needed:

# Install dependencies
npm install

# Run development server with hot reloading 
npm start

# Build development package
npm run build