- Install the LTS version of Node.
- Clone the repo:
git clone https://github.com/carles2m/carles2m.com.git- Install dependencies:
cd carles2m.com
npm i- Development:
npm run dev- Production:
npm run build
npm run startYou can customize my website with your own content by editing the content.tsx file.
- Install Docker on your machine.
- Build the container:
docker build -t carles2m/website . - Run the container:
docker run -p 3000:3000 carles2m/website
The Kubernetes config file kubernetes/config.yml is provided as a sample.