Coder Social home page Coder Social logo

gromnan / codeursenseine.com Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codeursenseine/codeursenseine.com

0.0 1.0 0.0 28.19 MB

Codeurs En Seine website sources. CES is a french conferences and meetups organizer.

Home Page: https://www.codeursenseine.com

License: MIT License

JavaScript 3.13% TypeScript 44.76% CSS 0.08% MDX 52.03%

codeursenseine.com's Introduction

Codeurs en Seine Website

πŸš€ Quick start

  1. Install dependencies

    Navigate into your new site’s directory and start it up (require Node.js and npm)

    npm install
  2. Copy .env.example file

    Copy the file and update the environment variables that need to be updated

    cp .env.example .env
  3. Start developing.

    npm run dev
  4. Open the source code and start editing!

    Your site is now running at http://localhost:3000!

Create a new year

Archive past year

Redirection

Add year-1 redirection in public-archive/netlify.toml.

Build Archive

Run the following commands with the correct year:

NEXT_PUBLIC_ARCHIVE_YEAR=2023 npm run build:archive
npm run start:archive # Serve the archive, and go to the archive-2023 folder

Tag

Tag the latest commit.

git tag -a archive-XXXX -m "Archive XXXX"

Initialize the new year website

Clean the content

Change the currentYear in src/constants/site.ts. Change the src/app/2023 (year) folder name to the new year and edit the content of the pages.

Create Netlify redirect

Create past year redirection in ./netlify.toml.

Add the past year in the Nav

Add the past year in the src/constants/site.ts file.

codeursenseine.com's People

Watchers

 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.