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.
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
- Clone the repository in a folder of your choice
cd folder git clone https://github.com/SteelRazor47/IA cd IA
- Install dependency packages
npm install
This step might take a while. - 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/
Check out Gatsby's guide about how to deploy a Gatsby website to Github Pages.