Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/satvikg7/mindspark23-events


https://github.com/satvikg7/mindspark23-events

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# MindSpark23 Events

## List of Modules

- ✅Amuzia
- ✅Avionica
- ✅Codifica
- ✅Illuminati
- ✅Logica
- ✅Potentia
- ✅Prodigium
- ✅Robotica
- ✅Struktura
- ✅Substantia
- ✅Voltus

Run the following commands in the terminal to get started with the project.

1. Install dependancies

```bash
npm install
```

2. Generate Static files

```bash
npm run generate
```

3. Run prettier

```bash
npm run prettier:fix
```

4. Preview Project on http://localhost:8000/events/

```bash
python -m http.server
```