Rediseño de la página 'locomotiontv', de forma minimalista, con guia de programación semanal y del día corriente.
Note
As of April 15th, 2023, this repository is going to be archived and the site will be shut down as well.
- Node.js 18.0 or later
- MacOS, Windows (including WSL), and Linux are supported
- pnpm v8
- pnpm i --frozen-lockfile
- Setup Prisma
- copy and paste in line 5
script-src 'self' 'unsafe-eval';
to enable usafe-eval in development enviroment. - pnpm dev
- React + NEXT.JS
- Prisma + CockroachDB
- Tailwind CSS
- luxon
- swr
- etc.
.
├── vscode
├── docs
├── prisma
├── public
│ ├── banners
│ └── ...
├── src
│ ├── components
│ │ └── ...
│ ├── pages
│ │ ├── api
│ │ └── ...
│ └── utils
└── LICENSE