Made open-source for fellow programmers to pry into to learn. May be helpful for beginners looking into frontend web-development. I am regularly making updates as I learn more tools and best practices. Have fun :).
This website is currently hosted as a static website.
I used AWS to host this website. Some of its tools involve:
If you want to run the website locally in a non-development environment, you can simply run:
docker run -p 3000:3000 -i jimmeex/wonton_warriors_website
If you want to play around with the website and make changes in the code, you can:
Download the code locally
git clone git@github.com:JimmeeX/wonton_warriors_website.git
Navigate to the directory
cd wonton_warriors_website
Run the development environment (requires Docker & docker-compose)
docker-compose up --build
If you want to play around with the website and make changes in the code, you can:
Download the code locally
git clone git@github.com:JimmeeX/wonton_warriors_website.git
Navigate to the directory
cd wonton_warriors_website
Install packages and dependencies locally
yarn
Run a live server under a development environment
yarn start
After following the steps in any of the 3 methods above, the website should be live and accessible at http://localhost:3000/