Skip to content

Boxtober/neo-front

 
 

Repository files navigation

Neosettlers Front

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

Launch project

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

Update project

Commit to repo :

git add .
git commit -m "contributor - something"
git push -u origin main

git add file-name or folder-name

git add README.md

Fetch repo's data locally :

git pull

Check conflicts and accept/reject incoming changes

About

front-end of neosettlers project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 49.2%
  • PHP 43.1%
  • CSS 3.3%
  • JavaScript 2.3%
  • HTML 2.0%
  • Shell 0.1%