mirror of
https://github.com/grey-cat-1908/formaptix-web.git
synced 2024-11-11 18:47:27 +03:00
frontend -> web
This commit is contained in:
parent
c84384c71b
commit
63fc4b9058
1 changed files with 4 additions and 6 deletions
10
README.md
10
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
|
## 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
|
||||||
|
|
Loading…
Reference in a new issue