Welcome to MITS website
- Make sure you have Node, npm and Docker installed. If you're on Windows, it's very much recommended to use WSL
- Clone or download the project
- Open terminal and navigate to mits.ee/website folder
- Run the following commands
npm install
npm run build
- Create folder
mongo-data
- Create new
.env
file based onsample.env
. ChangeDB_DATA_PATH
to absolute path tomongo-data
folder - While in /website folder, to start development server run
start-dev-server
script. If you are on Windows and are not using WSL, you can run the commands in the script manually. - To open website, go to localhost:8080
- Make sure the server is running
- Go to localhost:8080/admin/cms
- There you can edit website fields using basic HTML and CSS