Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/exu3/ct-rewrite

WIP
https://github.com/exu3/ct-rewrite

Last synced: about 1 month ago
JSON representation

WIP

Awesome Lists containing this project

README

        

## How to contribute (curriculum):

#### Set up your local environment

- Clone this repository: `git clone https://github.com/eilla1/ct-rewrite.git ct-website`
- Then, to get to the `curriculum` directory, do the following: `cd ct-website/curriculum/`
- In your terminal run `yarn` to install dependencies and `yarn dev` to run it locally at [localhost:3000](localhost:3000)

#### Adding content

- Make a new deck by going to the `decks` directory and adding a new file called `your-deck-name.mdx`
- Refer to the mdx-deck documentation for the deets.