diff --git a/README.md b/README.md new file mode 100644 index 000000000..ff170f682 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Truffle Suite Website -https://www.truffleframework.com +## Clone Repo +``` +git clone https://github.com/trufflesuite/trufflesuite.github.io.git +``` + + +# How to run this repo locally +First: +[Visit Here for more info on http-server](https://www.npmjs.com/package/http-server) +``` +npm install http-server -g +``` +Once installed run in the base directory: +``` +http-server +``` +Navigate to **localhost:8080/** the port specified in your terminal and you have a working instance of it. + +## How to run Development locally +Visit [trufflesuite/trufflesuite.com](https://github.com/trufflesuite/trufflesuite.com) repo. \ No newline at end of file