A website made to showcase all the projects and experiences of Antonio Wang through a modern UI.
Install the dependencies:
npm ciStart the development server with HMR:
npm run devThe application will be available at http://localhost:5173.
The image manifest is required to display correctly all projects in the portfolio. Update it with the command:
node generateManifest.mjsnpm run buildTo build and run using Docker:
docker build -t my-app .
# Run the container
docker run -p 3000:3000 my-appThe containerized application can be deployed to any platform that supports Docker, including:
- AWS ECS
- Google Cloud Run
- Azure Container Apps
- Digital Ocean App Platform
- Fly.io
- Railway
This project is made with Tailwind CSS.
Built using React Router.
Coding by passion, capturing the streets by instinct.