No description
  • Rust 95.3%
  • CSS 3.1%
  • JavaScript 0.9%
  • Nix 0.7%
Find a file
Mikkel ALMONTE--RINGAUD 0698bec0a5 fix: deploy using vercel
2024-12-06 07:01:56 +01:00
.github/workflows fix: deploy using vercel 2024-12-06 07:01:56 +01:00
assets feat: add sea image 2024-12-06 05:13:56 +01:00
src refactor(cookie): make rand more efficient and comprehensible 2024-12-06 05:42:23 +01:00
.gitignore feat: deploy using vercel action 2024-12-06 06:30:47 +01:00
Cargo.lock on a avancé un peu trkl 2024-12-05 22:51:51 +01:00
Cargo.toml on a avancé un peu trkl 2024-12-05 22:51:51 +01:00
Dioxus.toml ouais les cookies là ils marchent (bah na ils on pas de jambes) 2024-12-06 02:56:44 +01:00
input.css on a avancé un peu trkl 2024-12-05 22:51:51 +01:00
README.md initial commit 3 2024-12-05 21:15:43 +01:00
shell.nix on a avancé un peu trkl 2024-12-05 22:51:51 +01:00
tailwind.config.js on a avancé un peu trkl 2024-12-05 22:51:51 +01:00
vercel.json fix: deploy using vercel 2024-12-06 07:01:56 +01:00

Development

  1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
  2. Install the tailwind css cli: https://tailwindcss.com/docs/installation
  3. Run the following command in the root of the project to start the tailwind CSS compiler:
npx tailwindcss -i ./input.css -o ./assets/tailwind.css --watch

Run the following command in the root of the project to start the Dioxus dev server:

dx serve --hot-reload