Add readme

This commit is contained in:
Maria Rushkova 2021-11-24 21:50:55 +01:00
parent 9ae0e3e9ca
commit 1834b8ebd9
No known key found for this signature in database
GPG Key ID: B9B5728B991FF586
1 changed files with 23 additions and 0 deletions

23
README.md Normal file
View File

@ -0,0 +1,23 @@
# culture-site
## Installing dependencies
Enter directory culture-site in the shell and run `yarn` to download the dependencies.
```
$ yarn
```
## Running the project
To build the project run:
```
$ yarn build
```
To run the project run:
```
$ yarn start
```