-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |