Welcome to my portfolio! This is a web application built with Rust using the Rocket framework.
- Responsive web design with a space-themed interface
- Dynamic content rendering using Handlebars templates
- Automatic CSS minification
- GitHub project showcase
- Contact form
- Special text-based version accessible via curl
- Rust
- Rocket web framework
- Handlebars templating
- CSS3 with animations
- JavaScript for interactive elements
Before you begin, ensure you have met the following requirements:
- Rust and Cargo are installed on your machine
- Git for version control
-
Clone the repository:
git clone https://github.com/zoa-sh/zoa.sh.git cd zoa.sh
-
Build the project:
cargo build
-
Run the application:
cargo run
-
Open your web browser and navigate to
http://localhost:8000
(or whatever port Rocket is configured to use).
- Visit the website through a web browser to see the full interactive version.
- Use
curl zoa.sh
to see a special text-based version of the site.
This project is licensed under the MIT License.