Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ven/ven-earth
🌍 My personal site created with Next.js and TailwindCSS.
https://github.com/ven/ven-earth
Last synced: 6 days ago
JSON representation
🌍 My personal site created with Next.js and TailwindCSS.
- Host: GitHub
- URL: https://github.com/ven/ven-earth
- Owner: ven
- License: gpl-3.0
- Created: 2021-06-30T17:22:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T12:09:04.000Z (about 1 year ago)
- Last Synced: 2024-08-02T20:46:13.845Z (3 months ago)
- Language: TypeScript
- Homepage: https://ven.earth
- Size: 13.8 MB
- Stars: 51
- Watchers: 1
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 🌍 ven.earth
My personal site created with **Next.js** and **TailwindCSS**.
## Getting Started
Once you've cloned the repository, install all dependencies:
```bash
yarn install
```Then, run the development server:
```bash
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Configuration
1. Open `.env.example` and modify the environment variables to the specified values.
2. Rename the file to `.env.local` once done.## Deploy on Vercel
The easiest way to deploy a Next.js app is to use the [Vercel Platform](https://vercel.com/) from the creators of Next.js.
Check out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fven%2Fven-earth&env=NPM_RC,NEXT_PUBLIC_LASTFM_API_KEY,WEATHER_API_KEY)