|
||
---|---|---|
.yarn/releases | ||
src | ||
.editorconfig | ||
.gitignore | ||
.postcssrc | ||
.yarnrc.yml | ||
LICENSE | ||
README.md | ||
package.json | ||
tailwind.config.js | ||
yarn.lock |
mail-landing
This is a simple landing page built with tailwindcss and daisyUI
Building
This project uses yarn and yarn only. everything else including npm is not supported.
You will need to install packages first. Run yarn install
or simply yarn
.
To build the project, running yarn build
is enough. Built files are in ./dist.
To start the dev server, run yarn dev
or yarn start
.
License
This project is licensed under the WTFPL.