This is the source code for the craftrandom.com website, built using Next.js and hosted on GitHub Pages.
To run the project locally:
git clone https://github.com/yourusername/craftrandom.com.git
cd craftrandom.comnpm installnpm run devOpen http://localhost:3000 in your browser to view the website.
You can modify the main content of the site by editing the following files:
-
app/page.tsx: The main landing page of the website.
-
app/layout.tsx: The layout file for shared elements like headers or footers.
The project auto-updates changes as you edit.
This website is hosted on GitHub Pages. To deploy updates create a PR, commit and push. When merged into master github actions will automatically build and deploy.
-
Optimized Performance: Uses next/font for automatic font optimization.
-
Modern Framework: Built with the power of Next.js and React.