Skip to content

CarnetApp/CarnetWebClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published