Cradicle Explorer
Whomane
Info
Issues
Patches
Wallets
Source
Source
app
public
src
.env.example
.eslintrc.json
.gitignore
components.json
next.config.mjs
package-lock.json
package.json
postcss.config.js
tailwind.config.ts
tsconfig.json
vercel.json
yarn.lock
guides
pi
.gitignore
LICENSE
README.md
citation.cff
yarn.lock
/
app
/ postcss.config.js
postcss.config.js
1
module.exports = {
2
plugins: {
3
tailwindcss: {},
4
autoprefixer: {},
5
},
6
};