Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.38 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.38 KB

🐼 AmateurPanda.com

🚧 Note: This website is under construction! As such, any links to the domain amateurpanda.com are currently just placeholders.

This is my (@andiemmadavies) personal website, built as an SPA using React on the Next.js framework (bootstrapped with create-next-app) and written in TypeScript. The website will be divided into three subdomains:

  1. 👩 https://andi.amateurpanda.com/my personal profile, portfolio, social media links, etc.
  2. 🕹 https://gaming.amateurpanda.com/content related to my AmateurPanda92 retro gaming YouTube channel.
  3. 🎵 https://music.amateurpanda.com/website for my solo music project, “Amateur Panda”.

(There will be a hub page at the www subdomain.)

Development

To start developing, run yarn dev to launch a development server instance and open http://localhost:3000/ in a web browser to view the locally-hosted website. Hot reloading is enabled, so changes should appear as and when source files are saved.