This is a human language learning platform which I am developing.
-
Clone repository -
git clone https://github.com/Chizaram-Igolo/mmuo
. -
cd
into folder. -
Copy the
example.next.config.js
file and rename asnext.config.js
. Put your Firebase configuration values. -
Run
npm run dev
.
Component files are named using Pascal case (PascalCase) while page files are named using kebab case (kebab-case).
All components classes/functions are named using Pascal case.