Pyramid Marketing Website.
At the bare minimum you'll need the following for doing development:
- NodeJS 13+ with yarn
Assuming you have all the recommended tools listed above installed:
$ git clone git@github.com:Pylons/trypyramid.com.git
$ cd trypyramid.com
$ yarn install
If you are in development mode and need hot reload and assets compiling run:
$ yarn start
This will let you view the local site at http://localhost:3000/
If you want to output for production, then run:
$ yarn build
See CONTRIBUTING.md.