-
Download a file according to your operating system.
- Download the source code or run (in terminal):
git clone https://github.com/Axorax/nanabox.git
- Install all Python dependencies:
pip install -r requirements.txt
- Install all JavaScript dependencies:
npm install
- Finally, run:
npm run dev
Important
Nanabox uses other free APIs to store the uploaded files. You can change the API being used by clicking on Select host
and changing it. Sometimes the APIs may go down then it won't work. You can also add your own API. For adding your own API, you need to provide a path that leads to the URL for the uploaded file in the JSON response, this is lambda. An example of it can be lambda data: data['link']