Skip to content

'Project Management Platform' for OpenSource SW developers, Open-Set-Go's React Client

License

Notifications You must be signed in to change notification settings

AgainIoT/Open-Set-Go_client

Open-Set-Go_client

Open-Set-Go Logo

This is Open-Set-Go's React Client Server Repository! More details at Open-Set-Go Repository!

node Version Sonar Cloud Scan Fossa License Scan w3c validation check Netlify status Slack github release github last release date github commits github License github contributors github stars GitHub closed pull requests GitHub closed issues

Description

Open-Set-Go_client repository is source code of Open-Set-Go's React Server!
You can see more information of our topic on Open-Set-Go Repository.

This repository is not about the direction and theme of Open-Set-Go, but about where we're going to go and what improvements we're going to make to our react servers!

If you want to discuss the topic, please use Discussions from Open-Set-Go!

Installation & Development Environment

Supported Environment Version Description
Ubuntu OS Ubuntu 22.04 Open-Set-Go_client was developed by Ubuntu OS
Node.js >= 18.x styled-reset >= node v18.x
yarn 1.22.19 Open-Set-Go client manage package with yarn

Install with script

You can also easily install it through install.sh!

Install Manually

  1. Clone our Repository!

    git clone https://github.com/AgainIoT/Open-Set-Go_client.git
  2. Install the Development Environment

  3. Install Node Dependencies

    yarn install
  4. Create .env file at root to use secret environment

    See more details at EnvironmentVariable.md

  5. Start Open-Set-Go Server

      # for development
      yarn start
      yarn start:linux # start HTTPS for linux
      yarn start:wins # start HTTPS for windows
    
      # for production
      yarn build
      yarn global add serve
      serve -s build

Documentation

We are conducting documentation at Open-Set-Go.io. Please refer to the following. You can see our technical blog & showcase on Open-Set-Go.io

Contributing

We always welcome your contributions. Please see the CONTRIBUTING.md for how to contribute.
Also, we are recruiting collaborators, so if you are interested, please join our Slack!

Contributors

Thank you to everyone who contributed to our project.

Made with contrib.rocks

License

Open-Set-Go is released under Apache-2.0 License.
See the LICENSE file for details.