An open API service indexing awesome lists of open source software.

https://github.com/trapcodeio/dark-vault

A Simple File Manager built Using Nodejs
https://github.com/trapcodeio/dark-vault

Last synced: 9 months ago
JSON representation

A Simple File Manager built Using Nodejs

Awesome Lists containing this project

README

          

# dark-vault
A simple folder listing app.

Will grow by the day.

## Project setup
After cloning this repo.

1. Rename `.env.example` to `.env`
2. `yarn install`
3. `yarn build`
4. `yarn start` or `xjs start` if you have the xjs-cli installed.

## Note
Before you start make sure you have`dist` folder.

if you don't then run `yarn build`