Weetnie is an OpenSource cloud storage manager template designed by Tirto Tri Atmojo 👨🎨 and written by M. Akbar Nugroho 👨💻. It's fully writen with React.js ⚛ and styled with TailwindCSS 🎨.
- Node.js >= 8.10
- Yarn >= 0.25 or NPM >= 5.2
- Git
- Clone this repository to your computer
cd
to the cloned repository- Run
yarn install
ornpm install
- Then run
yarn build:tailwind
- Finally start the app by run
yarn start
- Download this repository as zip and extract to your computer
cd
to the extracted package- Run
yarn install
ornpm install
- Then run
yarn build:tailwind
- Finally start the app by run
yarn start
cd
to the root app directory- Run
yarn build:tailwind
- Then run
yarn build
(I will fill it soon..)