Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

cesko-digital/mingly

Repository files navigation

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