Git Product home page Git Product logo

pauseai-france's Introduction

PauseIA.fr website

SvelteKit website for PauseIA.fr.

Creating articles

Create a new markdown file in src/posts/

Add a title, date and a description using frontmatter (optional, but recommended):

---
title: This will be shown as title in the browser / share previews / google results
description: This will be the description in the share previews / google results
date: '2023-4-14'
---

Here goes the content of the article.

Create a fork / open a pull request (follow the on screen instructions!)

The article will be published automatically when the pull request is merged.

Running locally

  1. install nvm.
  2. install pnpm with corepack.
  3. Run:
git clone [email protected]:moiri-gamboni/pauseai-france.git
nvm install
# Copy the envs and set the variables if needed
cp template.env .env
pnpm install
pnpm run dev
# Open http://localhost:37572

Note: While SvelteKit implements "Zero-effort type safety", the eslint-typescript plugin hasn't implemented this feature (see issue #413) so you might see type inference errors in VSCode. When in doubt you can run pnpm check which will use SvelteKit features.

Deployment

The contents of the repository are continuously deployed to Netlify. You can track the deployment status here.

pauseai-france's People

Contributors

joepio avatar moiri-gamboni avatar pato-desu avatar wituareard avatar mrbreastly avatar gillesbreda avatar ufo-101 avatar imbjdd avatar samwkirchner avatar maximophone avatar mattcroat avatar malob avatar esbenkc avatar mzdunek93 avatar olivierlemasle avatar remmelte avatar tetraspacew avatar tylerxwords avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.