This is the source code to Cody Reading's public website: https://codyreading.github.io/. Thanks to Towaki Takikawa for the template and source code.
First, install Node.js and npm through the Node.js official website.
Verify installation by running:
node --version
npm --version-
Fork the repository
-
Clone the repository
git clone [your-repository-url] cd [repository-name] -
Install dependencies
Inside the repository, run:
npm install
-
To start the development server, run (in the repository directory):
npm run dev
-
Open http://localhost:3000 with your browser to see the result.
-
Fork or clone this repo and push to your own repository at
[your-github-username].github.io. -
In your repository settings, ensure the repository name matches
[your-github-username].github.ioif you want it to be your main GitHub Pages site. -
Push your changes to the main branch.
-
Go to the GitHub page for your repository and go to
SettingsthenPages. If you set Source to beGitHub Actions, it should suggest you a build script for Next.js. -
Commit the build script and see things building.
Your site should now be live at https://[your-github-username].github.io/.