This is a UAB Baltic developer sandbox and portfolio.
- Install dependancies
yarn
- Create .env.local file.
- Copy everything from .env to .env.local file.
- Launch project.
yarn dev
// with docker
yarn dev-docker
Open http://localhost:3000 with your browser to see the result.