Skip to content

optimumBA/optimum.ba

Repository files navigation

optimum.ba

optimum.ba is the website for Optimum, a software development agency.

Built with Hugo and Tailwind CSS.

Development

Install dependencies:

npm install

Build the site:

npm run build

Watch for changes and serve locally:

npm run serve