Runewerk is a modern, responsive website for a software development company. It showcases the company's services, philosophy, and blog using a combination of HTML, CSS (Tailwind), and JavaScript with HTMX for dynamic content loading.
The project is organized as follows:
/docs
: Contains the main website files
index.html
: The main entry point of the websitecomponents.html
: Holds various page sections (about, services, etc.)/css
: Stylesheetsstyles.css
: Tailwind CSS source fileoutput.css
: Compiled and minified CSS/js
: JavaScript filesdarkmode.js
: Handles dark mode functionality/assets
: Images and other static assets/blog
: Blog post HTML filesserver.js
: A simple Express server for local developmenttailwind.config.js
: Tailwind CSS configurationpackage.json
: Project dependencies and scriptsnpm install
npm run build:css
npm start
http://localhost:3000
The website is configured to be hosted on GitHub Pages. The /docs
folder serves as the root directory for the deployed site.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.