This is the repository for the Atelje Simikic website. It is built with Next.js, a React framework for production.
'Next.js' - React framework for production
First, run the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
yarn buildthis initializes the build process (next build)
yarn startthis starts the production server