From 63fc4b9058f9b5f7cb25e7d1bfcf2a45676d3633 Mon Sep 17 00:00:00 2001 From: mrkrk <61203964+grey-cat-1908@users.noreply.github.com> Date: Sat, 31 Aug 2024 14:28:00 +0300 Subject: [PATCH] frontend -> web --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 46cbed3..0297115 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,13 @@ -# Formaptix Frontend +# Formaptix Web -This repository contains the source code for the Formaptix frontend, as well as a short tutorial on how to run it on the server yourself. +This repository contains the source code for the Formaptix Web, as well as a short tutorial on how to run it on the server yourself. ## Guide -Simple guide - ### Preparing * You need to install git to clone the project. You can find a simple guide [here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git). -* Set up and run the Formaptix Server. You can find a guide in the [Formaptix Server Repository](https://github.com/grey-cat-1908/formaptix-server/). +* Set up and run the Formaptix Server. You can find a guide in the [Formaptix Server repository](https://github.com/grey-cat-1908/formaptix-server/). * Install Node.jsĀ®. You can find instructions [here](https://nodejs.org/en/download/package-manager). Clone Formaptix frontend using the following command: @@ -31,7 +29,7 @@ To specify all the enviroment variables you can create `.env` file. You can find ### Building -To build project, you should go to the Formaptix frontend directory and run the following commands: +To build project, you should go to the Formaptix Web directory and run the following commands: ```sh yarn