Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/julelang/website

The official website of the Jule programming language
https://github.com/julelang/website

jule julelang language programming-language website

Last synced: about 1 month ago
JSON representation

The official website of the Jule programming language

Awesome Lists containing this project

README

        

# Official Website of Jule
The official website of [the Jule Programming Language](https://github.com/julelang/jule), live at .

## Building the website
### Gitpod
Skip all of the steps below by using Gitpod, which automatically does it for you.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/julelang/website)

### Manually/locally
1. Fork the repository [here](https://github.com/julelang/website/fork).
2. Clone the forked repository.

```bash
git clone https://github.com//website
```

3. Change the directory to the cloned repository.

```bash
cd website
```

4. Install the required dependencies with [NPM](https://www.npmjs.com/).

```bash
npm ci
```

5. Build and compile the website.

```bash
npm run build
```

6. Run the website at port 5173.

```bash
npm run dev
```

That's it! :tada: You have successfully run the website locally.

## License
The repository is under the terms of the BSD-3 Clause license.\
See the [`LICENSE`](https://github.com/julelang/website/blob/master/LICENSE) file for more information.