Pyramid Marketing Website.
At the bare minimum you'll need the following for doing development:
- NodeJS with npm
Assuming you have all the recommended tools listed above installed:
$ git clone [email protected]:Pylons/trypyramid.com.git
$ cd trypyramid.com
$ npm install
If you are in development mode and need hot reload and assets compiling run:
$ npm run dev
This will let you view the local site at http://localhost:8080/
If you just want to output a build run
$ npm run build
And if you want a new dist optimized for production run
$ npm run dist