Website built with TypeScript, React, Tailwind CSS, & Vite.
Use the following commands to build and run the app.
Install dependencies
yarn
Run in development mode
yarn dev
Build for production locally
yarn build
Outputs to ./dist
folder.
Serve prod build locally
yarn serve
Accessible 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-cli
Login to netlify
ntl login
Show Netlify Status
ntl status
Open project site page in Netlify
ntl open