This repo is all the code on which Team Evry Paris-Saclay's Wiki is based.
- Clone or Fork then Clone this repository with :
git clone https://github.com/aemi-dev/igem-evry.git
-
Then, I recommend you to use Visual Studio Code and install Live Server extension.
-
Then use mkcert to create and install locally-trusted development certificates for your local web server. Everything is explained there to set it up.
-
NodeJS and npm may be necessary if you want to generate minified and optimized scripts and styles.
- In order to achieve this, install Terser and Clean-CSS and run optimizations:
# Install
npm install -g terser clean-css-cli
# Run optimizations
make css js
- Then run Live Server, and that's it.
iGEM Evry Paris-Saclay received a gold medal for their work and 4 nominations.