Go to file
Cassie Cheung 502bb7e455
chore: yes. stuff.
2023-01-14 01:20:48 +08:00
.yarn/releases chore: init dir 2023-01-12 22:57:21 +08:00
src feat: basically everything 2023-01-14 01:17:06 +08:00
.editorconfig chore: init dir 2023-01-12 22:57:21 +08:00
.gitignore chore: wtf i thought i had this in 2023-01-13 19:22:07 +08:00
.postcssrc chore: init dir 2023-01-12 22:57:21 +08:00
.yarnrc.yml chore: init dir 2023-01-12 22:57:21 +08:00
LICENSE docs: license, fix heading and add directions 2023-01-12 23:18:35 +08:00
README.md docs: license, fix heading and add directions 2023-01-12 23:18:35 +08:00
package.json chore: yes. stuff. 2023-01-14 01:20:48 +08:00
tailwind.config.js feat: basic theme and project config 2023-01-13 19:22:47 +08:00
yarn.lock chore: yes. stuff. 2023-01-14 01:20:48 +08:00

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.