cesko-digital / mingly

Home Page:https://cesko.digital/projects/tvojelaska

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Here https://docs.google.com/document/d/1MxzFjsEiA7MWljbHhquHuU9NFj-JtOP0PJlG1nRocZI/edit you can find detailed technical documentation

Install dependencies

npm install

Run the development server:

npm run dev

The portal will be running at http://localhost:3000.

Run the production server:

To test in the production environment you must build the project first:

npm run build
npm run start

Tech

  • React - a JavaScript framework used to build web, mobile and desktop applications
  • Next.js - a React framework that enables server-side rendering and static web applications for projects build with React
  • TypeScript - high-level programming language that adds static typing to JavaScript
  • Tailwind - CSS framework providing single-purpose utility classes

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Wordpress notes

Simple JWT plugin is currently hacked in PHP file so that autologin is working. We had to comment signature check. If autologin is not working, check plugin files

About

https://cesko.digital/projects/tvojelaska


Languages

Language:TypeScript 87.0%Language:CSS 6.7%Language:PHP 4.9%Language:JavaScript 1.5%