/locomotion-next

Rediseño de la página 'locomotiontv', de forma minimalista, con guia de programación semanal y del día corriente.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Locomotion Next

Locomotion Logo

ℹ️ About

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.


📷 Pics

home page of Locomotion Next

💻 System Requirements

  • Node.js 18.0 or later
  • MacOS, Windows (including WSL), and Linux are supported
  • pnpm v8

🔧 Setup

  1. pnpm i --frozen-lockfile
  2. Setup Prisma
  3. copy and paste in line 5 script-src 'self' 'unsafe-eval'; to enable usafe-eval in development enviroment.
  4. pnpm dev

📌 Built with

  • React + NEXT.JS
  • Prisma + CockroachDB
  • Tailwind CSS
  • luxon
  • swr
  • etc.

📜 License

GPL-3.0 License

📂 Folder Structure

    .
    ├── vscode
    ├── docs
    ├── prisma
    ├── public
    │   ├── banners
    │   └── ...
    ├── src
    │   ├── components
    │   │   └── ...
    │   ├── pages
    │   │   ├── api
    │   │   └── ...
    │   └── utils
    └── LICENSE