Website built with TypeScript, React, Tailwind CSS, & Vite.
Use the following commands to build and run the app.
Install dependencies
yarnRun in development mode
yarn devBuild for production locally
yarn buildOutputs to ./dist folder.
Serve prod build locally
yarn serveAccessible at http://localhost:3000
Run Tests
yarn test
Pushing to the prod branch will auto-deploy to Netlify.
Install netlify command line app
npm i -g netlify-cliLogin to netlify
ntl loginShow Netlify Status
ntl statusOpen project site page in Netlify
ntl open