If you are looking for Desktop app, click the link.
yarn installyarn devyarn build
- negotiator: An HTTP content negotiator for Node.js
- @formatjs/intl-localematcher
- tailwindcss
- postcss
- autoprefixer
- daisyui
- react-icons: Include popular icons in your React projects easily with react-icons, which utilizes ES6 imports that allows you to include only the icons that your project is using.
- contentlayer: Content made easy for developers
├─ .next/ # Next.js build file for development
├─ app/ # Pages
│ ├─ robots.ts # robots.txt
│ ├─ sitemap.ts # sitemap.xml
│ ├─ global.css # Main css file
│ ├─ favicon.ico # Favicon
├─ components/ # Components
├─ node_modules/ # node modules
├─ public/ # Public assets. Files in this directory is accessible with path
├─ types/ # Type directory (interfaces, classes, const values ...)
├─ .eslintrc.js # Eslint.
├─ .gitignore # gitignore.
├─ app.config.ts # App config
├─ i18n.config.ts # i18n config
├─ middleware.ts # Middleware handler
├─ next.config.mjs # Next.js config file
├─ next.env.d.js # type for Next.js env module
├─ package.json # Package.json
├─ README.md # README.md
├─ tailwind.config.js # Tailwind CSS config
├─ tsconfig.json # Typescript config
Thank you for making program better.
|
Youngjin Kwak 💻 🚧 📖 🎨 |