Go to file
Maria Rushkova 1834b8ebd9
Add readme
2021-11-24 21:50:55 +01:00
src Change example page translation 2021-11-24 21:27:38 +01:00
test Initial commit 2021-11-17 15:50:56 +01:00
.eslintrc.json Add linter 2021-11-18 13:03:30 +01:00
.gitignore Initial commit 2021-11-17 15:50:56 +01:00
.prettierrc.json Add linter 2021-11-18 13:03:30 +01:00
README.md Add readme 2021-11-24 21:50:55 +01:00
package.json Add language selector 2021-11-22 14:54:15 +01:00
tsconfig.json Initial commit 2021-11-17 15:50:56 +01:00
webpack.config.js Initial commit 2021-11-17 15:50:56 +01:00
yarn.lock Add language selector 2021-11-22 14:54:15 +01:00

README.md

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