enarx-archive / enarx.github.io

Enarx.dev website and relevant assets

Home Page:https://enarx.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

❗ This repository has been archived and moved to enarx/website.

Enarx website & documentation

This repository contains the assets required to build the Enarx website and documentation. We're glad that you want to contribute!


Prerequisites

To install the website locally and build it, you need the following installed:

Before you start, install the dependencies. Clone the repository and navigate to the directory:

git clone https://github.com/enarx/enarx.github.io.git
cd enarx.github.io

The Enarx website uses Docusaurus to build a customizable and optimized website.


Running the website

To install the project dependencies, run the following command:

yarn install

To start a local development server, run:

yarn start

This starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.


Building the website

To build the website, run the following command:

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service. You can run the following command to serve the build:

yarn serve

Contributing to the website

Click the Fork button in the upper-right area of the screen to create a fork of this repository in your GitHub account. Create a branch off the main and make any changes you want in your fork. Create a new pull request to help us know about your proposed changes so that we can provide actionable feedback. As a pull request owner, it is your responsibility to modify your pull request to address the feedback that has been provided to you by the reviewer.

After all the comments are addressed, please let us know and we will merge your pull request. Contributions are welcome to make our documentation more accessible and readable, adding new features to help a wider audience know about Enarx and help onboard new contributors and users.

Participation in the Enarx community is governed by the Contributor Covenant Code of Conduct.

You can engage with us on the following channels:


License

MIT License

About

Enarx.dev website and relevant assets

https://enarx.dev

License:MIT License


Languages

Language:JavaScript 90.3%Language:CSS 9.7%