# CarnetWebClient **Repository Path**: nackman/CarnetWebClient ## Basic Information - **Project Name**: CarnetWebClient - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-19 - **Last Updated**: 2025-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Development ### Prepare your environment To start developping Carnet, you will need nodejs and yarn Then, from your favorite dev folder: Create a carnet folder where all the dev for server and clients will happen: ``` mkdir carnet cd carnet git clone https://github.com/CarnetApp/CarnetWebClient current=`pwd` cd CarnetWebClient yarn install ``` Then, to build: ``` yarn run webpack ``` result client will be in dist/