Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/julelang/website
- Owner: julelang
- License: bsd-3-clause
- Created: 2021-09-26T09:07:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T22:28:16.000Z (about 1 month ago)
- Last Synced: 2024-12-15T23:23:48.048Z (about 1 month ago)
- Topics: jule, julelang, language, programming-language, website
- Language: Vue
- Homepage: https://jule.dev
- Size: 5.47 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.