Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 885 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 885 Bytes

News classification demo

See the project live at next.databutton.com

Documentation can be found at docs.databutton.com

Getting started

Install dependencies

poetry install

Develop locally

Start the dev server using the following command:

poetry run databutton start

Your server should now be running with hot-reload enabled.

Note: In order to run the project locally you need your own databutton account

Deploy changes to production

poetry run databutton deploy

Fork the project

Delete databutton.json and deploy the project using poetry run databutton start to deploy the project to your own account

License

The scripts and documentation in this project are released under the MIT License