ENGLISH | 简体中文
To begin, please ensure you have installed all dependencies:
npm i
#or
yarn
Launch the development server and view it at http://localhost:3000:
npm run dev
# or
yarn dev
To build your application for production, execute:
npm run build
# or
yarn build
Preview the production build locally with the following command:
npm run preview
# or
yarn preview
To deploy using Docker Compose:
docker-compose up -d # Start and run in the background.
docker-compose stop # Stop
docker-compose down # Stop and delete
When completed, your project will be deployed onto port 80
.
If you have any feedback or suggestions for improving this README document, please don’t hesitate to let me know. I appreciate your input.
This project uses the MIT license.