Skip to content

This is a school project. Goal: integrate a mockup in HTML/CSS.

License

Notifications You must be signed in to change notification settings

np111/P1_page_perso

Repository files navigation

Page Perso

Live version is available at: https://np111.github.io/P1_page_perso/

Poster

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installation

  1. Install dependencies:
    npm install
  2. Run development script (the sources will be compiled to ./dist/ and watched to be recompiled with each change):
    npm run dev
  3. Then open ./dist/index.html in your browser!

Deployment

Manual hosting

You can compile a production version of the site by running:

npm ci
npm run build

The result will be in ./dist/, you can then host it.

Github Pages

You can compile and deploy a production version of the site to github pages by running the ./build_and_deploy.sh script.

Built With

Notes

This is a school project (for OpenClassrooms).