Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supercharge/superchargejs.com
Source code of the Supercharge website
https://github.com/supercharge/superchargejs.com
hacktoberfest supercharge website
Last synced: 3 months ago
JSON representation
Source code of the Supercharge website
- Host: GitHub
- URL: https://github.com/supercharge/superchargejs.com
- Owner: supercharge
- Created: 2019-01-28T19:47:49.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T05:05:27.000Z (about 1 year ago)
- Last Synced: 2023-11-23T06:22:53.168Z (about 1 year ago)
- Topics: hacktoberfest, supercharge, website
- Language: TypeScript
- Homepage: https://superchargejs.com
- Size: 3.75 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
## Supercharge Website
This repository contains the source code for the [Supercharge website](https://superchargejs.com).## Local Development
You can work on this project on your local machine with a simple setup. We provide a setup script that you can run to quickly get the app up an running.1. Fork this repository
2. Clone the repository
```bash
git clone [email protected]:{username}/superchargejs.com superchargejs.com
```
3. Navigate into the new directory:
```bash
cd superchargejs.com
```
5. Run the `setup.sh` script, which will take all the steps necessary to prepare your local install:
```bash
./bin/setup.sh
```---
> [superchargejs.com](https://superchargejs.com) ·
> GitHub [@supercharge](https://github.com/supercharge/) ·
> Twitter [@superchargejs](https://twitter.com/superchargejs)