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 5142d4c551 Intermediate refactoring... 2 years ago
client Intermediate refactoring... 2 years ago
server Intermediate refactoring... 2 years ago
utils Initial commit, frontend with PreactJS and hash routing, backend with PolkaJS 2 years ago
.gitignore Initial commit, frontend with PreactJS and hash routing, backend with PolkaJS 2 years ago
.npmrc Intermediate refactoring... 2 years ago
README.md Updated the readme 2 years ago
index.html Intermediate refactoring... 2 years ago
package.json Intermediate refactoring... 2 years ago
pnpm-lock.yaml Intermediate refactoring... 2 years ago
server.js Intermediate refactoring... 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

  • Server

    $ pnpm install
    
  • Frontend

    $ cd frontend
    $ pnpm install
    

2. Development

  • Server

    $ node main.js
    
  • Frontend

    $ cd frontend
    $ pnpm run dev