https://github.com/megabyte-labs/megabyte.space-site
Source code based on Ionic Capacitor's open source Stencil-based website for https://megabyte.space
https://github.com/megabyte-labs/megabyte.space-site
Last synced: 2 months ago
JSON representation
Source code based on Ionic Capacitor's open source Stencil-based website for https://megabyte.space
- Host: GitHub
- URL: https://github.com/megabyte-labs/megabyte.space-site
- Owner: megabyte-labs
- License: mit
- Created: 2023-02-23T03:23:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T04:47:58.000Z (over 1 year ago)
- Last Synced: 2025-01-11T06:33:59.009Z (4 months ago)
- Language: TypeScript
- Size: 130 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# Capacitor Site
The official [Capacitor](https://capacitorjs.com/) site, built with [Stencil](https://stenciljs.com).
## Getting Started
Install the [latest versions of Node and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
Once npm is install, run
```
npm install
npm run build
npm run start
```The site will launch in development mode.
## Contributing
Thanks for your interest in contributing! Read up on our guidelines for
[contributing](https://github.com/ionic-team/capacitor-site/blob/main/CONTRIBUTING.md).Please note that this project is released with a [Contributor Code of Conduct](https://github.com/ionic-team/capacitor-site/blob/main/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.