This is the frontend (web app) of the Opepen.art site.
The Opepen project consists of three code repositories:
- A Metadata Service
- An API + database powering the site
- This web application interacting with the above
Forks and pull requests are welcome!
Make sure to install the dependencies:
yarn
Start the development server on http://localhost:3000
yarn dev
Based on Nuxt 3.