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.
26 lines
440 B
Markdown
26 lines
440 B
Markdown
# Website 2
|
|
|
|
Repo per il nuovo sito del PHC
|
|
|
|
## Docs
|
|
|
|
- [./ARCHITECTURE.md](./ARCHITECTURE.md)
|
|
|
|
Alcune note sull'architettura di questo progetto.
|
|
|
|
## Usage
|
|
|
|
## Development
|
|
|
|
```bash shell
|
|
# Starts the backend on port :4000 and the frontend development server on port :3000
|
|
$ go run -v ./cmd/devserver
|
|
```
|
|
|
|
## Production
|
|
|
|
```bash shell
|
|
# Generates "routes.json", builds all frontend artifacts and finally the main binary
|
|
$ make build
|
|
```
|