frontend -> web

This commit is contained in:
mrkrk 2024-08-31 14:28:00 +03:00 committed by GitHub
parent c84384c71b
commit 63fc4b9058
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ## Guide
Simple guide
### Preparing ### 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). * 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). * Install Node.js®. You can find instructions [here](https://nodejs.org/en/download/package-manager).
Clone Formaptix frontend using the following command: 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 ### 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 ```sh
yarn yarn