The codebase for my website that will serve as my portfolio.
-
Clone this repo and
cdinto it:$ git clone https://github.com/cdadityang/my-website.git $ cd my-website -
Install all dependencies:
yarn install --check-files
-
Run the development server:
yarn start # or `npm run start`- This will run the server on port
3002, you can change the port inpackage.jsonfile instartscript
- This will run the server on port
-
Clone this repo and
cdinto it:$ git clone https://github.com/cdadityang/my-website.git $ cd my-website -
Install all dependencies:
yarn install --check-files
-
Build the react app:
yarn build # or `npm run build` -
Serve you app from the
buildfolder created by the above command.cd build # Example, to start on localhost:3002 or YOUR_IP:3002 python -m SimpleHTTPServer 3002
If you would like to contribute, please check this contributing guide
Please check this Code of Conduct guide before contributing or having any kind of discussion(issues, pull requests etc.) with the cdadityang-website project!
Need any help? Have any Questions? Or just say us hi!
