Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 1.59 KB

File metadata and controls

66 lines (45 loc) · 1.59 KB

GitHub Release GitHub License Code Climate maintainability

Log Frontend

Quick description of the project, what's its use

Getting Started

Provide the steps to setup a working copy locally here. Exemple :

To get a local copy up and running follow these steps.

Prerequisites

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

Installation

  1. Clone the repo
    git clone --recurse-submodules https://github.com/CETEN-BDE/Log-frontend.git
  2. Install NPM packages
    npm install

Usage

Developing

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 -- --open
git submodule update --remote --merge

Building

To create a production version of your app:

npm run build

For more examples, please refer to the Documentation

Contributing

See the organization's contributing guidelines