You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.yarn/releases | 3 months ago | |
src | 3 months ago | |
.editorconfig | 3 months ago | |
.gitignore | 3 months ago | |
.postcssrc | 3 months ago | |
.yarnrc.yml | 3 months ago | |
LICENSE | 3 months ago | |
README.md | 3 months ago | |
package.json | 3 months ago | |
tailwind.config.js | 3 months ago | |
yarn.lock | 3 months ago |
README.md
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.