Skip to content

txuyuan/AquariumInsider-Web

Repository files navigation

Aquarium Insider

An broad information repository for everything aquarium, suitable for all sorts of experience levels, with beginner guide and refreshers for veterans.



Dev Setup

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

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

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