Skip to content
Snippets Groups Projects
README.md 431 B
Newer Older
  • Learn to ignore specific revisions
  •  Alexander  Harkness's avatar
    Alexander Harkness committed
    # drawing-app
    
    
    CRDT-based p2p Drawing Application
    
    ## Set up
    
    ### Install
    
    ```
    > npm install
    ```
    
    ### Build
    
    ```
    > npm run build
    ```
    
    ### Run the server
    
    ```
    > node server.js &
    ```
    
    ### Run the static client
    
    ```
    > npm start
    ```
    
    ### Open in browser
    
    Using a modern browser that supports WebRTC, like a recent version of Chrome or Firefox, open several windows of [http://localhost:12345](http://localhost:12345).
    
    ## License
    
    MIT