feat(pages): implement starter page with themes

This commit is contained in:
Alex 2020-03-25 13:52:20 +03:00
parent 3f1e57e8ae
commit 9c0463172f
16 changed files with 343 additions and 184 deletions

View file

@ -10,4 +10,5 @@
export const environment = {
production: false,
currentThemeLife: 604800000, // 1 week in milliseconds
};