Skip to content

Gambled23/TheNishaProject

Repository files navigation

About Nisha

Webpage made by César and Aranza

Built With

Host info

The webpage is hosted on a Oracle Cloud VM using a simple nginx server.

Development enviroment

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

If you want to use a Nix enviroment (recommended in case you know how to use nix), you can check out the flake.

Installation

  1. Clone the repo
    git clone https://github.com/Gambled23/TheNishaProject.git
    cd TheNishaProject
  2. Install NPM packages
    npm install
  3. Install composer packages
    composer install
  4. Generate .env
    cp .env.example .env
  5. Generate a new key
    php artisan key:generate
  6. Fill out your credentials in .env
  7. Run the migrations
    php artisan migrate

Usage for development

  • Deploy development styles server
    npm run dev
  • Deploy development server
    php artisan serve

Usage for production

  • Build styles
    npm run build
  • Host anyhow you want

Contact

Acknowledgments