A mobile web application for reporting new archeological finds.
Project homepage: https://blogs.helsinki.fi/sualt-project
master branch visible at https://dev.report.löytösampo.fi
test branch visible at https://test.report.löytösampo.fi
Before starting, ensure that you have installed node v.10.15^ and yarn v.1.17^.
In this project yarn is used as a package manager tool. Please avoid using NPM
Yarn initialization instructions: https://yarnpkg.com/en/docs/install
After these steps, run command "yarn" then you are ready to run the available scripts.
In this project directory, you can run:
Runs the app in the development mode.
Runs builds on file changes
Builds the app for development production to the build
folder.
Builds the app for production to the build
folder.
docker build -t findsampo_image .
docker run -d -p 3007:3001 --name findsampo findsampo_image
docker build -t findsampo_image .
docker stop findsampo
docker rm findsampo
docker run -d -p 3007:3001 --name findsampo findsampo_image