Skip to content

Latest commit

 

History

History
106 lines (74 loc) · 3.44 KB

README.md

File metadata and controls

106 lines (74 loc) · 3.44 KB

gem5 Resources Website

This is the source code for the gem5 Resources website. It is built using Next.js, a React framework for building static and server-side rendered websites.

Table of Contents

Getting Started

Prerequisites

Installation

  1. Clone the repository

    git clone
  2. Install dependencies

     npm install
  3. Run the development server

    npm run dev
  4. Open http://localhost:3000 with your browser to see the result.

Development

Project Structure

The project is structured as follows:

  • gem5.config.js: Contains the configuration for the gem5 Resources website including the databases and the tabs.
  • components: Contains React components used throughout the website.
    • components/tabs: Contains the tabs used in the Resource page.
  • pages: Contains the pages of the website. Each page is a React component.
    • pages/api: Contains the API routes of the website.
    • pages/category: Contains the .md documentation of what every category under gem5 Resources is.
  • public: Contains static assets such as images, fonts, and favicons.
  • styles: Contains global stylesheets and CSS modules.
  • __tests__: Contains the jest unit tests for the website.
  • __mocks__: Contains the jest mocks for the website.
  • cypress: Contains the cypress integration tests for the website.
  • next.config.js: Contains the configuration for the Next.js server.
  • docs: Contains the documentation files for the website.

Maintaining the Website

The instructions for maintaining the website are located in the MAINTAINING.md file.

Deployment

The instruction for building and deploying the website are located in the BUILDING.md file.

Contributing

If you find any bugs or have any suggestions, please open an issue or a pull request. For more information, please read the gem5 Contributions page file.

License

The gem5 Resources website is licensed under the LICENSE.md.

Acknowledgements

The gem5 Resources website is built using the following open source projects:

The gem5 Resources website is inspired by the following websites:

All logos and trademarks are property of their respective owners.

Contributors

Special thanks to Jason Lowe-Power and Bobby R. Bruce for their guidance and support.