Figma Wireframe
https://www.figma.com/file/4UD2bXKEyBmZGMyVnsSet8/Untitled?node-id=0%3A1&t=GPpRdljEaD8JZuzA-1
This is the front-end part of the NEOSETTLERS project, pushed with Vite & Vue3
git clone https://github.com/MoustaphaCamara/neo-front
Switch to folder and install dependencies
cd neo-front
npm install
Open with VSCODE before launching server
code .
Open integrated terminal & run server (check package.json scripts)
npm run dev
Integrated terminal will display the localhost port in which the application is listened. copy/paste on browser on CTRL+left Clic.
VITE v4.0.4 ready in 1091 ms
➜ Local: http://127.0.0.1:5173/
➜ Network: use --host to expose
➜ press h to show help
git add .
git commit -m "contributor - something"
git push -u origin main
git add file-name or folder-name
git add README.md
git pull
Check conflicts and accept/reject incoming changes