This is a Nuxtjs web client for the JOSA Community Portal.
We recommend to look at the documentation.
To get a local copy up and running follow these simple steps.
- Download and install the latest version of Node.js from here.
-
Clone the repo
git clone https://github.com/jordanopensource/community-web.git
-
Install NPM packages
npm install
To run the project locally for development purposes:
- Run the project
npm run dev
- Go to
http://localhost:3000
To build and run the project locally for production purposes:
- Build the project
npm run build
- Launch the production server
npm run start
Checkout the deployment documentation.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache License 2.0. See LICENSE for more information.
Jordan Open Source Association - @jo_osa
Project Link: https://github.com/jordanopensource/community-web