Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Oct 30, 2023
2 parents b734812 + 305234d commit caaaa7a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Refresh Website

This is a work-in-progress project intending to build a proper frontend for [Refresh](https://github.com/LittleBigRefresh/Refresh).
This is an eternally work-in-progress project intending to build a proper frontend for [Refresh](https://github.com/LittleBigRefresh/Refresh).

![A look at the front page](https://github.com/LittleBigRefresh/refresh-web/assets/40577357/90f06b4a-3956-4114-a341-362bc6513061)
![A look at the front page](https://github.com/LittleBigRefresh/refresh-web/assets/40577357/440a45f1-08c5-4a61-b8dd-0a312e059d72)

Design/structure is WIP. Suggestions and criticism are welcome!
Suggestions and criticism regarding design and general layout are welcome!

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.4.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli).
You can set up an Angular environment using [this guide](https://angular.io/guide/setup-local).

## Development server

Run `ng serve` in a terminal for a development server that listens at `http://localhost:4200/`.
The page will automatically refresh itself when source code is changed.

Make sure you are also running Refresh *(or a server compatible with the refresh v2 api)* at `http://localhost:10061` or else the website will be completely useless
Make sure you are also running Refresh *(or any other server compatible with Refresh's APIv3)* at `http://localhost:10061` or else the website will not function.
You can also point the `environment.development.ts` to use the official production server.

0 comments on commit caaaa7a

Please sign in to comment.