This is a basic HTML and TailwindCSS responsive website sample. To start this project, you need to have either NPM or Yarn installed.
- Fork this project and clone it onto your device.
- Run
yarn install
ornpm install
to install all dependencies. - Run
yarn build
ornpm build
to get TailwindCSS working. - Run
yarn start
ornpm start
to start the server. - Make changes and open a PR from your branch.