Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 338 Bytes

File metadata and controls

25 lines (16 loc) · 338 Bytes

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