Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/essentialsx/website
EssentialsX download site and documentation
https://github.com/essentialsx/website
buefy bulma documentation essentialsx hacktoberfest saber vuejs wiki
Last synced: 3 days ago
JSON representation
EssentialsX download site and documentation
- Host: GitHub
- URL: https://github.com/essentialsx/website
- Owner: EssentialsX
- License: mit
- Created: 2019-08-28T14:30:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T21:27:02.000Z (11 months ago)
- Last Synced: 2024-04-13T21:48:09.445Z (9 months ago)
- Topics: buefy, bulma, documentation, essentialsx, hacktoberfest, saber, vuejs, wiki
- Language: Vue
- Homepage:
- Size: 25.6 MB
- Stars: 24
- Watchers: 6
- Forks: 20
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EssentialsX Website
The EssentialsX website hosted at https://essentialsx.net.
This website is a static site generated using [Saber](https://saber.land/). The site uses the [Bulma](https://bulma.io) and [Buefy](https://buefy.org) frameworks.
## Building
### Set up your environment
1. Ensure you have Git, Node.js and Yarn installed and on your path
2. Clone the repository
3. Run `git submodule update --init --recursive`
4. Run `yarn install`### Commands
- To start a development server with live reload: `yarn saber`
- To build a site for deployment: `yarn saber build`
- To update wiki content: `git submodule update --recursive --remote`