This repository contains source code for AWS Cloud Community Official Website
1. Clone this repo by running the below command.
git clone https://github.com/AWS-Cloud-Community-LPU/AWS-Website-2.0.git
2. Now, run the following commands:
cd AWS-Website-2.0
npm install
This will install all the project dependencies.
3. To start the development server run:
npm start
4. 🎉 Open your browser and go to https://localhost:3000
5. To publish and test on your own domain:
npm run build
Now you can upload this build folder to any hosting service and your website will be published
MIT © AWS Cloud Community LPU