This project is the frontend of wafrn, the social network that respects you.
This is made with angular. Have fun doing stuff ;D
This project uses npm. You can check that npm is installed in the terminal by running:
npm -v
First, fork the repo.
Once the prerequisites are installed and you are working off the fork, clone the repository to your local machine.
This can be done from the command line:
git clone [email protected]:[YOUR USERNAME HERE]/wafrn.git ./wafrn
You can run the development server through the command line:
npm run start
When the server is set up, you should get a success message:
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Merge pull requests to the main
branch.