You can see the source code of the Happy New Year of every year I made one. Not all pages are in english, some could be in spanish.
- Run
npm ito install all packages - Run
npm start -w packages/${YEAR}to try a specific project in local - Run
npm run build -ws --if-presentto build all packages - Run
npm run distto prepare thedistfolder with all built packages on it - Run
npm run serveto serve thedistfolder locally at port 3000 - Run
npm run serve:dockerto serve thedistfolder locally using the custom nginx configuration at port 3000 - Run
npm run dockerto build the docker image - Run
docker container run --rm -it -p 80:80 hny-melchor9000to run the docker image, and go to http://localhost to see the web in action. - Some projects require the API to be up, run
npm start -w packages/hny-api. - To download the assets, run
./scripts/assets.sh pull!
Have fun :)
- home (well that is only the home page)
- 2018 (see it in action)
- 2019 (see it in action)
- 2020 (see it in action)
- 2021 (see it in action)
- 2022 (see it in action)
- 2023 (see it in action)
- 2024 (see it in action)
- 2024 (see it in action)