Sito con una bacheca di problemi e la possibilità di inviare soluzioni in markdown e latex
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Antonio De Lucreziis 484c21d606 Ora il db funge più veramente e si possono inviare i problemi 2 years ago
client Ora il db funge più veramente e si possono inviare i problemi 2 years ago
server Ora il db funge più veramente e si possono inviare i problemi 2 years ago
utils Ora il db funge più veramente e si possono inviare i problemi 2 years ago
.gitignore Initial commit, frontend with PreactJS and hash routing, backend with PolkaJS 2 years ago
.npmrc Got working preact SSR 2 years ago
README.md Updated readme 2 years ago
index.html Ora il db funge più veramente e si possono inviare i problemi 2 years ago
package.json index html only on real routes otherwise redirect + better logging 2 years ago
pnpm-lock.yaml index html only on real routes otherwise redirect + better logging 2 years ago
server.js Ora il db funge più veramente e si possono inviare i problemi 2 years ago
vite.config.js Intermediate refactoring... 2 years ago

README.md

PHC / Problemi

Sito con una bacheca di problemi e la possibilità di inviare soluzioni in markdown e latex.

1. Setup

Installare tutte le dipendenze con il package manager preferito di turno (ed in tal caso sostituire npm con ad esempio pnpm o yarn)

$ npm install

2. Development

$ npm run dev

2. Production

$ npm run build
$ npm run serve