https://github.com/devisle/devisle
Official DevIsle website!
https://github.com/devisle/devisle
Last synced: 12 months ago
JSON representation
Official DevIsle website!
- Host: GitHub
- URL: https://github.com/devisle/devisle
- Owner: devisle
- License: mit
- Created: 2019-06-05T15:20:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T21:15:43.000Z (over 3 years ago)
- Last Synced: 2025-04-03T06:05:46.811Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://devisle.netlify.com/
- Size: 4.27 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Information
The website is hosted on netlify at https://devisle.netlify.com/
It is securely hosted under Natedeploys netlify account, pushing to the master branch will begin deployment on netlify. Therefore please follow the [contribution](https://github.com/devisle/devisle/blob/master/CONTRIBUTING.md) guidelines.
## Running locally
Clone this repository:
```shell
git clone https://github.com/devisle/devisle.git
```
Install dependencies:
```shell
npm i or npm install
```
Starting the development server:
```shell
npm run start
```
### Discord Channel
All questions and discussions should be raised on the discord channel: #devisle-open-source
Welcome to [our discord server](https://discord.gg/MSTQKRE)!
## License
The source code is released under the [MIT License](https://github.com/devisle/devisle/blob/master/LICENSE).