Introduction
Environment
- Node 20 (or higher)
- pnpm 9.0.0 (or higher)
We recommend using nvm
to manage node
version
Get Codes
shell
git clone https://github.com/CloudeaSoft/cloudea-platform-nuxt3
Run Project
Step 1
Install packages.
shell
pnpm i
Step 2
Run development server.
shell
pnpm run dev
Step 3
Now you can access to https://localhost:3000
in your broswer.
Contribute
Introduction to GitHub pull request flow
- If you have forked this repository long time ago, please go to Settings, scroll down to the bottom, and click Delete Repository.
- Go to repository and click Fork, then Create fork.
- Clone the
master
branch of the (forked) repository to local with submodules:
shell
git clone --recurse-submodules <link to your forked repo> -b master
- Run a build to test whether the development environment has been configured correctly.
- Now you are free to contribute to cloudea-platform-nuxt3.
- Remember to commit once you have proper number of changes. Don't forget to write a commit message.
- After development, push your local changes to the remote (your own repository).
- Go to repository and submit a Pull Request. Wait until the administrator approves it.