The project is at its very early stage, the main objective overall is to provide educational content for parenting and children, it will cover stories, articles, and courses. Content will be translated initially into 2 languages which are Spanish and English. If you find this project interesting you are welcome to collaborate or even replicate this repo for your own needs.
- Authentication with Supabase & Github OAuth
- i18n for English & Spanish content
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.