Add basic readme ane .env example
This commit is contained in:
25
README.md
Normal file
25
README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Ghostwriter 👻
|
||||
|
||||
## Strava Activity Title & Description Generator
|
||||
|
||||
Ghostwriter is a Nuxt-based application that helps athletes generate fun and creative titles and descriptions for your Strava activities.
|
||||
|
||||
## Installation
|
||||
|
||||
1. Clone the repository:
|
||||
```bash
|
||||
git clone [repository_url]
|
||||
```
|
||||
2. Navigate to the project directory:
|
||||
```bash
|
||||
cd ghostwriter
|
||||
```
|
||||
3. Install dependencies:
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
4. Run the development server:
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
5. Access the application at http://localhost:3000
|
||||
Reference in New Issue
Block a user