Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 851 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 851 Bytes

Saticoy - Service - Landing Page

This repository contains the code for the Landing Page microservice of the Saticoy project. This microservice is responsible for displaying a webpage about the project for unauthorized users. It will also contain a button to the login page. It is written in TypeScript and uses ReactJS for the front-end. It uses the @saticoy/ui library to make sure the backend is in line with all other front-end services. At the backend, it uses the @saticoy/core library to do the backend operations for Saticoy.

Code installation

To install the code locally, run the following commands:

npm install

Run the code

To run the code, use the following command:

npm run dev

Build the code

To build the distribution for this service, run the following commands:

npm run build