This is the homepage of Etimo AB.
yarn
yarn start
Serves on http://localhost:8000
To build for production:
yarn build
If you want to serve this site (production build) using Docker, simply run:
docker-compose up -d
Serves on http://localhost:8000
This project will automatically deploy to Netlify when the master branch is updated.
When deployed, the project will run on the node version specified in the .node-version file. If you run locally you can switch which node version using:
nvm use