Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haaarshsingh/www
👋
https://github.com/haaarshsingh/www
astro blog framer-motion nextjs template typescript
Last synced: 24 days ago
JSON representation
👋
- Host: GitHub
- URL: https://github.com/haaarshsingh/www
- Owner: haaarshsingh
- License: wtfpl
- Created: 2020-09-30T02:04:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T13:46:59.000Z (about 1 month ago)
- Last Synced: 2024-09-30T18:03:22.589Z (about 1 month ago)
- Topics: astro, blog, framer-motion, nextjs, template, typescript
- Language: Astro
- Homepage: https://harshsingh.xyz
- Size: 61.8 MB
- Stars: 216
- Watchers: 3
- Forks: 25
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![image](https://harshsingh.xyz/og.png)
## Quickstart
Clone the website locally:
```
git clone https://github.com/haaarshsingh/www.git
```### Setting up the project
```bash
cd www# Install dependencies
bun install
```### Starting server
```bash
bun dev
```Server should now be running on [localhost](https://localhost:3000).
### Database
This website uses [Upstash](https://upstash.com) to store the location of the last visitor. Sign up for an account, and replace the following API keys in `.env.EXAMPLE` with your own:
```
UPSTASH_REDIS_REST_URL=""
UPSTASH_REDIS_REST_TOKEN=""
```## Forking
This project is licensed with the "[Do What The F\*ck You Want To Public License (wtfpl)](https://choosealicense.com/licenses/wtfpl/)" license, and the permissions/limitations are pretty self explanatory. Attribution isn't required, but I'd appreciate it.