unoffical wafrn mirror wafrn.net
atproto social-network activitypub
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: prerequisites note

+10 -6
+10 -6
packages/frontend/README.md
··· 4 4 5 5 The frontend of Wafrn uses [Angular](https://angular.io/). Have fun doing stuff ;D 6 6 7 - - [Installation](#installation) 8 - - [Prerequisites](#prerequisites) 9 - - [Setup](#setup) 10 - - [Local Development](#local-development) 7 + - [Prerequisites](#prerequisites) 8 + - [Local Development](#local-development) 11 9 - [Contributing](#contributing) 12 10 - [License](#license) 13 11 12 + ## Prerequisites 13 + 14 + Start by setting up the frontend as noted in the main `development.md` file. 15 + 16 + The frontend is developed from the main directory due to the monorepo structure of this project. As such, run the noted commands from the root directory. 17 + 14 18 ## Local Development 15 19 16 20 You can run the development server through the command line: 17 21 18 22 ```bash 19 - npm run frontend:develop # Point to local backend 20 - npm run frontend:develop:prod # Point to production app.wafrn.net backend 23 + npm run frontend:develop # Point to local backend 24 + npm run frontend:develop:prod # Point to production app.wafrn.net backend 21 25 npm run frontend:develop:development # Point to development.wafrn.net backend 22 26 ``` 23 27