Metadata-Version: 2.1
Name: nest-desktop
Version: 3.0.0rc2
Summary: A web-based GUI application for NEST Simulator
Home-page: https://github.com/babsey/nest-desktop
License: MIT License
Description: # nest-desktop
        
        ## Project setup
        ```
        yarn install
        ```
        
        ### Compiles and hot-reloads for development
        ```
        yarn serve
        ```
        
        ### Compiles and minifies for production
        ```
        yarn build
        ```
        
        ### Run your unit tests
        ```
        yarn test:unit
        ```
        
        ### Run your end-to-end tests
        ```
        yarn test:e2e
        ```
        
        ### Lints and fixes files
        ```
        yarn lint
        ```
        
        ### Customize configuration
        See [Configuration Reference](https://cli.vuejs.org/config/).
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
