jsvigneshkanna / 4c-site

Open-source website for the 4C

Home Page:https://4c.rocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

4C (The Cool Community of Content Creators)

Repository for the 4c.rocks website.

The Cool Community For Content Creators or 4C, is a community to connect with other like-minded creators, collaborate on ideas, and motivate each other to create and publish!

4C logo

Running the project

  1. Fork this repository

  2. Clone the repo:

    $ git clone git@github.com:<your github username>/4c-site.git
  3. Navigate to the cloned directory:

    $ cd 4c-site
  4. Install dependencies:

    $ npm install
  5. Run the project

    $ npm run dev

Incase there is an error during the execution of the above steps, follow the ones below:

  1. Go to 4c-site folder, and open the terminal.

    $ cd 4c-site
  2. In the terminal write

    $ export NODE_OPTIONS=--openssl-legacy-provider

    If you get an error in the above code then use the option below

    $ unset NODE_OPTIONS=""
  3. npm run dev

Open in Gitpod

Open in Gitpod

Contributing

All contributions are welcome. Learn more about contributing in the CONTRIBUTING file.

Not sure what to contribute? Check out the GitHub "contribute" page

License

MIT

About

Open-source website for the 4C

https://4c.rocks

License:MIT License


Languages

Language:JavaScript 96.6%Language:CSS 3.3%Language:Shell 0.2%