Prototypes for new website components in React.
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