Idea Hub is a place to share ideas and innovations, with feedbacks from other users. This repository is part of One Platform.
- Nodejs v14.17.1
- NPM v6.14.10
- Clone the repository and switch into directory
git clone https://github.com/1-Platform/idea-hub.git && cd idea-hub - Install Dependencies
npm install - Copy
.env.exampleto.env.localand fill necessary fields
run npm start
run npm run build
run npm test
run npm run lint:fix
run npm run migrate:all: To save both design documents and default tags to couchdb
run npm run migrate:design-doc: To save design documents to couchdb
run npm run migrate:default-tags: To save default tags to couchdb
👤 Akhil Mohan akhilmhdh