Quick description of the project, what's its use
Provide the steps to setup a working copy locally here. Exemple :
To get a local copy up and running follow these steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone --recurse-submodules https://github.com/CETEN-BDE/Log-frontend.git
- Install NPM packages
npm install
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --opengit submodule update --remote --mergeTo create a production version of your app:
npm run buildFor more examples, please refer to the Documentation
See the organization's contributing guidelines