https://github.com/octolinker/octolinker-site
Home of
https://github.com/octolinker/octolinker-site
Last synced: 9 months ago
JSON representation
Home of
- Host: GitHub
- URL: https://github.com/octolinker/octolinker-site
- Owner: OctoLinker
- Created: 2019-04-29T21:01:50.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T22:37:01.000Z (10 months ago)
- Last Synced: 2025-04-12T01:09:58.822Z (9 months ago)
- Language: JavaScript
- Homepage: https://octolinker.vercel.app/
- Size: 5.66 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# OctoLinker site
Build using [next](https://github.com/zeit/next.js/) and deployed on [Vercel](https://vercel.com/?utm_source=octolinker&utm_campaign=oss)
## Contributing
To get started:
1. Clone the repository:
```bash
git clone git@github.com:OctoLinker/octolinker-site.git octolinker-site
cd octolinker-website
```
2. Install dependencies
```bash
npm install
```
3. Start dev server
```bash
npm run dev
```
Now you're ready to do something awesome!