A website made to showcase all the projects and experiences of Antonio Wang through a modern UI.
Install the dependencies:
npm ci
Start the development server with HMR:
npm run dev
The 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.mjs
npm run build
To build and run using Docker:
docker build -t my-app .
# Run the container
docker run -p 3000:3000 my-app
The 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.