Technotic means learning about technology and means to understand how computers work as well as identifying and utilizing computer components for further development in their approach towards users.
Before using Technotic, make sure your node version is around 14.0.0. Otherwise, you can't setup Technotic
Download node from this link
Clone technotic's repository, use:
git clone https://github.com/RnDBNCC/technotic.git
Don't forget to create react app, use:
npx create-react-app [name]
Change directory to technotic's folder, then setup Technotic:
npm install # or npm i
Copy your Technotic's Folder Path and paste in React's terminal to connect Technotic and React App:
npm install "[path]" # or npm i "[path]"
// Example
npm i "file:///C:\\Users\\Joshua Jevon Irawan\\Documents\\BNCCDesignSystem\\technotic"
Run Technotic, use:
npm run start
Run React App, use:
npm start