This website requires JavaScript.
Explore
Help
Sign In
tonitch
/
Clyde
Watch
1
Star
0
Fork
0
You've already forked Clyde
forked from
PGL/Clyde
Code
Pull Requests
Activity
66d090d045
Branches
Tags
View all branches
Clyde
/
frontend
History
Anthony Debucquoy
17ab241250
show map by role
2024-03-16 16:57:52 +01:00
..
public
lil corrections
2024-03-14 22:33:16 +01:00
src
show map by role
2024-03-16 16:57:52 +01:00
.gitignore
…
build.gradle.kts
Removing test gradle
2024-03-13 14:39:34 +01:00
index.html
…
jsconfig.json
…
package-lock.json
fixing top level await
2024-03-07 14:51:36 +01:00
package.json
fixing top level await
2024-03-07 14:51:36 +01:00
README.md
Lots of refactoring
2024-03-08 23:35:11 +01:00
vite.config.js
Lots of refactoring
2024-03-08 23:35:11 +01:00
README.md
Clyde
This is the frontend side of the Clyde management system
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build