Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ven/ven-earth

🌍 My personal site created with Next.js and TailwindCSS.
https://github.com/ven/ven-earth

Last synced: about 2 months ago
JSON representation

🌍 My personal site created with Next.js and TailwindCSS.

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)