Skip to content

Community-Operations-Resource-Agent/Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

Corabot Website

Getting Started for Developers

Local Development

Using Visual Studio

  1. Download and install Visual Studio 2019 with the following components:
    • .NET desktop development (Workload)
    • ASP.NET and web development (Workload)
    • .NET Core SDK (Individual Component)
  2. Install Node LTS or Current version whichever you prefer. Make sure to select the option to add it to your Path!
  3. Clone this repo and open the CORAbot.sln solution file found in the Website directory in Visual Studio
  4. Build and run the project
  5. You should now be able to view the site in your default browser.

Using VS Code

  1. Download and install VS Code then install the following:
  2. Install Node LTS or Current version whichever you prefer. Make sure to select the option to add it to your Path!
  3. Clone this repo and open the Website directory in VS Code.
  4. In the debug tab click on create a launch.json file then select the .Net Core option
  5. Start a debug session
  6. You should now be able to view the site in your default browser.

Front-End Dev

The Front-end of the site is set up in React. If you want to only to only contribute towards that part of the project then you can follow these steps to get started:

  1. Install Node LTS or Current version whichever you prefer. Make sure to select the option to add it to your Path!
  2. Clone this repo and open the ClientApp directory found in the Website folder in your favorite text editor.
  3. Open a terminal in that directory and run: npm start
  4. You should now be able to view the site in your default browser.

About

Website to host needs & supply

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published