https://github.com/basementstudio/bsmnt-links
A free URL shortener to deploy with your own domain.
https://github.com/basementstudio/bsmnt-links
Last synced: about 1 year ago
JSON representation
A free URL shortener to deploy with your own domain.
- Host: GitHub
- URL: https://github.com/basementstudio/bsmnt-links
- Owner: basementstudio
- Created: 2022-07-02T21:25:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T14:09:16.000Z (about 3 years ago)
- Last Synced: 2025-03-23T06:11:31.894Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://bsmnt.link/
- Size: 789 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.example.md
Awesome Lists containing this project
README
# `your-project`
Repository for `your-project`'s website.
## Featured Aspects of the Stack
- [TypeScript](https://www.typescriptlang.org/)
- [Next.js](https://nextjs.org/)
## Get Started
1. Install yarn:
```
npm install -g yarn
```
2. Install the dependencies with:
```
yarn
```
3. Start developing and watch for code changes:
```
yarn dev
```
## Things to Note
- Make sure you read `.env.example` to see which environment variables you need to run the project.
---
If you find you need to make extra config to make this work more seamlessly, feel free to submit a PR suggesting your changes. The goal is to get you up and running with the least steps and burden as possible.