diff --git a/readme.md b/readme.md index 6f218a8..57a3848 100755 --- a/readme.md +++ b/readme.md @@ -26,12 +26,26 @@ MyDrive is an Open Source Cloud Server (Similar To Google Drive), MyDrive suppor ## Installation ->Create Enviroment Variables, Users can use the built in command to easily create the needed Enviroment files, or view the Enviroment Variables section to see how to manually create the files. +>Install Node Modules +``` javascript +npm install +``` +>Create Enviroment Variables, Users can use the built in command to easily create the needed Enviroment files, or view the Enviroment Variables section to see how to manually create the files. ``` javascript npm run setup ``` +>Run the build command +``` javascript +npm run build +``` + +>Start the server +``` javascript +npm run start +``` + Demo: https://mydrive-demo.herokuapp.com/ - Note: The Upload and Download Features, and other core features, are disabled in the demo.