Skip to content

๐ŸŒ Website (under construction) for my personal profile, gaming endeavours and solo music project

Notifications You must be signed in to change notification settings

andiemmadavieswilcox/amateurpanda.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿผ 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.