Skip to content

SteelRazor47/IA

Repository files navigation

IA

This is a project to develop, fully test and deploy a website about Artificial Intelligence. It includes sections about the history of AI, its ethical and legal implications as well as the science and mathematics behind the most popular models for AI development and references to literature and art.

Getting started

Prerequisites

The following code will be specific to Ubuntu 20.04 LTS, installation scripts may vary between Linux distributions and operating systems

  • npm sudo apt-get install npm
    To update it run: npm install npm@latest -g
  • node.js sudo apt-get install nodejs

Installation

  1. Clone the repository in a folder of your choice
    cd folder
    git clone https://github.com/SteelRazor47/IA
    cd IA
    
  2. Install dependency packages
    npm install
    This step might take a while.
  3. Running a local server To start a local development version of the website run:
    npm run develop
    It will usually run at http://localhost:8000/

Deploying

Check out Gatsby's guide about how to deploy a Gatsby website to Github Pages.

Icons made by Kiranshastry from www.flaticon.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published