No description
  • Rust 56%
  • CSS 40.3%
  • PowerShell 1.6%
  • JavaScript 1.4%
  • Dockerfile 0.7%
Find a file
Riley Seaburg e44a6ceee3 fix errors
2023-11-05 14:40:25 -05:00
.cargo add posts 2023-07-22 16:13:02 -04:00
.idea/inspectionProfiles Add project default inspection profile XML file 2023-07-29 18:28:36 -04:00
.vscode feat: Add additional linked project in settings 2023-09-02 06:20:02 -04:00
config Begin adding blog ui 2023-07-24 13:21:38 -04:00
src fix errors 2023-11-05 14:40:25 -05:00
static commit production for dockerization 2023-11-04 15:48:25 +00:00
tests Format code 2023-09-16 12:18:49 -04:00
.gitignore Add new CSS styles for line clamping and dynamic height/width properties. 2023-07-30 00:56:59 -04:00
[internal] update 2023-11-05 01:13:27 -04:00
benchmark.ps1 Add benchmarking script to measure response time 2023-07-29 12:38:34 -04:00
Cargo.toml build for k8s 2023-11-04 12:31:58 -04:00
Dockerfile update dockerfile 2023-11-05 11:46:14 -05:00
k8s-service.yaml fix errors 2023-11-05 14:40:25 -05:00
package.json Update tailwind build commands and adjust CSS classes in HTML templates 2023-07-29 20:02:11 -04:00
postcss.config.js initial commit 2023-07-13 13:16:37 -04:00
posts.sql Refactor database migration and add posts SQL script, update main.rs 2023-07-22 16:21:26 -04:00
README.md initial commit 2023-07-13 13:16:37 -04:00
rustyroad.toml add this 2023-09-14 16:30:57 +00:00
tailwind.config.js Update tailwind build commands and adjust CSS classes in HTML templates 2023-07-29 20:02:11 -04:00
yarn-error.log initial commit 2023-07-13 13:16:37 -04:00
yarn.lock initial commit 2023-07-13 13:16:37 -04:00

rileyseaburg_website

This project was created using Rusty Road. Rusty Road is Rails for Rust. It is a CLI tool that allows you to create a new Rust project with a few commands. It also comes with TailwindCSS and Actix pre-installed.

Getting Started

Configure TailwindCSS

npx tailwindcss init -p

To get started, run yarn dev to start the server and watch for changes to your TailwindCSS files.

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.