An open API service indexing awesome lists of open source software.

https://github.com/kkan0615/filetaro-web

Filetaro introduction website
https://github.com/kkan0615/filetaro-web

nextjs typescript vercel

Last synced: about 2 months ago
JSON representation

Filetaro introduction website

Awesome Lists containing this project

README

          

# Filetaro introduction website
If you are looking for Desktop app, click the [link](https://github.com/kkan0615/filetaro).

## Getting Started
### Install
```bash
yarn install
```
### Dev mode
```bash
yarn dev
```
### Build
```
yarn build
```

## Packages
- [negotiator](https://www.npmjs.com/package/negotiator): An HTTP content negotiator for Node.js
- [@types/negotiator](https://www.npmjs.com/package/@types/negotiator)
- [@formatjs/intl-localematcher](https://github.com/formatjs/formatjs)
- [tailwindcss]()
- [postcss]()
- [autoprefixer]()
- [daisyui]()
- [react-icons](https://react-icons.github.io/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](https://www.contentlayer.dev/): Content made easy for developers

## File Path
```text
├─ .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
```

# Supports
## Contributors
Thank you for making program better.

[//]: # (max 7 td in each tr)
[//]: # (💡 )
[//]: # (⚠️)
[//]: # (🤔)
[//]: # (🐛)





Youngjin Kwak
Youngjin Kwak


💻
🚧
📖
🎨