npm install we-theme-pratt#### 1 install all dependencies
``sh`
npm install
#### 2 link this theme as npm module in your we.js project
`sh`
#First in your theme folder:you may need sudo for this command
Çıpm link then enter in your project and type:
npm link we-theme-pratt
#### 3 change your project settings to use this theme:
file: [project]/config/themes.js
`js`
module.exports.themes = {
enabled: [
'we-theme-pratt',
'we-theme-admin-default'
],
app: 'we-theme-pratt',
admin: 'we-theme-admin-default'
};
##### Run the tasks
`sh`in theme folder
npm run tasks
##### Run the project
`sh``in project folder
npm run dev
Link: http://blacktie.co/demo/pratt/
MIT