My curriculum, portfolio and a small blog/diary with mood posts. Built with NextJS & Firebase.
npm i
- copy .env.example to .env.local
- fill the missing credentials in .env.local
run the development server with NextJS or use the Firebase emulators:
npm run dev
# or
npm run fe
With NextJS development server: Open http://localhost:3000.
With Firebase emulators: Open http://localhost:5000.
Currently deployed on christopherfargere.com.