Skip to content

nakayoshix/platypus

Repository files navigation

project-platypus

Project Platypus

Local setup

pre-requisites

  1. Python (3.6 or later) environment with textbook_converter requirements installed

    $ cd platypus/converter/textbook-converter
    $ pip install -r requirements.txt -r requirements-test.txt
    
  2. Node.js (14.0 or later)

setup

$ cd platypus
$ npm install
$ npm run build
$ npm start

To watch changes and rebuild automatically run with npm run watch after installing the dependencies.

After the application has started, access the site at: http://localhost:8080/

You can specify the port setting the env variable PORT. For instance PORT=5000 npm start.

Packages

No packages published

Languages

  • Jupyter Notebook 99.0%
  • Vue 0.4%
  • CSS 0.3%
  • TypeScript 0.2%
  • Python 0.1%
  • SCSS 0.0%