Asahel-code / teksade

This is an open-source project seeking to build a way to discover tech communities .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teksade - The Tech Community HQ

Project directories are structured as follows:

root
    ├── /public
        ├── /favicons
        ├── /img
    ├── /src
        ├── /components
        ├── /pages
        ├── /css
        ├── /fonts
        ├── /utils
package.json
tsconfig.json
next.config.js
postcss.config.js
tailwind.config.js
README.md

Running Locally

  1. Clone this reposiroty git clone https://github.com/ondiekelijah/teksade.git
  2. Navigate to project folder and install the dependencies.
npm install
npm run dev

Open http://localhost:3000 in your browser to see the result.

About

This is an open-source project seeking to build a way to discover tech communities .

License:Other


Languages

Language:TypeScript 96.3%Language:CSS 2.2%Language:JavaScript 1.1%Language:Shell 0.3%