The first iteration of sury.netlify.app built with React.js leveraging Tailwind CSS.
Install the dependencies
npm install or yarn
Start the development server
yarn run start
Generate a full static production build
npm run build