vbetsch / spack

🗣 Social Network for developpers (React)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agilo logo

Social Network for developpers

Asserts

Dependencies

MacOS & Linux

Installation

  1. Install dependencies
  2. Please run the following command.
    make init
  3. The following message should appear

    [ OK ] The application is ready to start

  4. You should now have the .env file created at the root of the project. Modify the information entered so that you can access your database.
    VITE_API_KEY="your_api_key"
    VITE_AUTH_DOMAIN="your_auth_domain"
    VITE_PROJECT_ID="your_project_id"
    VITE_STORAGE_BUCKET="your_storage_bucket"
    VITE_MESSAGING_SENDER_ID="your_messaging_sender_id"
    VITE_APP_ID="your_app_id"

Getting Started

make run

Windows

Installation

  1. Install dependencies

  2. Install Node modules

    npm install
  3. Copy .env.example file from root of the project, paste to same place, fill each field and named it .env

    VITE_API_KEY="your_api_key"
    VITE_AUTH_DOMAIN="your_auth_domain"
    VITE_PROJECT_ID="your_project_id"
    VITE_STORAGE_BUCKET="your_storage_bucket"
    VITE_MESSAGING_SENDER_ID="your_messaging_sender_id"
    VITE_APP_ID="your_app_id"

Getting Started

npm run dev

About

🗣 Social Network for developpers (React)

License:MIT License


Languages

Language:TypeScript 89.3%Language:CSS 8.3%Language:JavaScript 0.9%Language:Makefile 0.8%Language:HTML 0.6%