An broad information repository for everything aquarium, suitable for all sorts of experience levels, with beginner guide and refreshers for veterans.
First, ensure you are running nodeJS 16 (using older versions can&will cause issues with nuxt)
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information. Optionally, there is also an untested Dockerfile for deploying on NodeJS. It is untested, so alter it and try it at your own risk
© 2022 Aquarium Insider Team
Source code licensed under MIT License
Content licensed under CC BY-SA 4.0 License